/[dejagnu]/dejagnu/baseboards/unix.exp
ViewVC logotype

Diff of /dejagnu/baseboards/unix.exp

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

revision 1.4 by rsavoye, Mon Mar 17 02:25:05 2003 UTC revision 1.5 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 1  Line 1 
1  # The canonical unix board description.  # The canonical unix board description.
2  load_generic_config "unix";  load_generic_config "unix"
3    
4  process_multilib_options "";  process_multilib_options ""
5    
6  set_board_info compiler  "[find_gcc]";  set_board_info compiler  "[find_gcc]"
7    
8  set_board_info bmk,use_alarm 1;  set_board_info bmk,use_alarm 1
9    
10  # Set host_library_path to pick up libs such as libstdc++  # Set host_library_path to pick up libs such as libstdc++
11    
12  #set_board_info host_library_path "[file dirname [file dirname [file dirname [file dirname [file dirname [exec [find_gcc] --print-prog-name=cc1]]]]]]/lib";  #set_board_info host_library_path "[file dirname [file dirname [file dirname [file dirname [file dirname [exec [find_gcc] --print-prog-name=cc1]]]]]]/lib"
13    
14  # Do not use -lm on Cygwin  # Do not use -lm on Cygwin
15  if { [istarget "*-*-cygwin*"] } {  if { [istarget "*-*-cygwin*"] } {
16    set_board_info mathlib "";    set_board_info mathlib ""
17  }  }
18    
19  # For the alpha, force use ieee  # For the alpha, force use ieee
20  if { [istarget "alpha*-*"] } {  if { [istarget "alpha*-*"] } {
21    set_board_info ieee_multilib_flags "-mieee";    set_board_info ieee_multilib_flags "-mieee"
22  }  }
23    

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