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

Diff of /dejagnu/lib/libgloss.exp

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

revision 1.7 by rsavoye, Thu Nov 14 18:20:59 2002 UTC revision 1.8 by rsavoye, Mon Mar 17 02:25:07 2003 UTC
# Line 1  Line 1 
1  # Copyright (C) 1992 - 2001, 2002  # Copyright (C) 1992 - 2002, 2003 Free Software Foundation, Inc.
2  # Free Software Foundation, Inc.  #
   
3  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
4  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
5  # the Free Software Foundation; either version 2 of the License, or  # the Free Software Foundation; either version 2 of the License, or
# Line 18  Line 17 
17  # Please email any bugs, comments, and/or additions to this file to:  # Please email any bugs, comments, and/or additions to this file to:
18  # bug-dejagnu@prep.ai.mit.edu  # bug-dejagnu@prep.ai.mit.edu
19    
20  # This file was written by Rob Savoye. (rob@cygnus.com) (now rob@welcomehome.org)  # This file was written by Rob Savoye. (rob@cygnus.com)
21    #       (now rob@welcomehome.org)
22    
23  # this contains a list of gcc options and their respective directories.  # this contains a list of gcc options and their respective directories.
24    
# Line 433  proc get_multilibs { args } { Line 433  proc get_multilibs { args } {
433          return "";          return "";
434      }      }
435    
436      if { [board_info $target_board exists multilib_flags] } {      if { [llength $args] > 0 } {
437          set mopts [board_info $target_board multilib_flags];          set mopts [lindex $args 0];
438      } else {      } else {
439          set mopts ""          if { [board_info $target_board exists multilib_flags] } {
440                set mopts [board_info $target_board multilib_flags];
441            } else {
442                set mopts ""
443            }
444      }      }
445    
446      set default_multilib [exec $compiler --print-multi-lib]      set default_multilib [exec $compiler --print-multi-lib]

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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