/[dejagnu]/dejagnu/lib/target.exp
ViewVC logotype

Diff of /dejagnu/lib/target.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rsavoye, Sun May 13 16:17:36 2001 UTC revision 1.5 by rsavoye, Thu May 17 04:39:23 2001 UTC
# Line 497  proc default_target_compile {source dest Line 497  proc default_target_compile {source dest
497      }      }
498    
499      if { $type == "executable" } {      if { $type == "executable" } {
500            append add_flags " $ldflags"
501          foreach x $libs {          foreach x $libs {
502              if [file exists $x] {              if [file exists $x] {
503                  append source " $x"                  append source " $x"
# Line 504  proc default_target_compile {source dest Line 505  proc default_target_compile {source dest
505                  append add_flags " $x";                  append add_flags " $x";
506              }              }
507          }          }
         append add_flags " $ldflags"  
508    
509          if [board_info $dest exists libs] {          if [board_info $dest exists libs] {
510              append add_flags " [board_info $dest libs]"              append add_flags " [board_info $dest libs]"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26