* lib/libstdc++.exp: Remove libg++_link_flags.
From-SVN: r15057
This commit is contained in:
parent
feb211221a
commit
57f260dfbd
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 3 09:39:36 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* lib/libstdc++.exp: Remove libg++_link_flags.
|
||||
|
||||
Wed Aug 6 18:43:23 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* lib/libstdc++.exp: Remove libio_link_flags.
|
||||
|
|
|
@ -90,7 +90,6 @@ proc test_libstdc++ { options srcfile compile_args inpfile resultfile exec_args
|
|||
lappend args "libs=$wrapper_file";
|
||||
lappend args "libs=$libstdcpp";
|
||||
lappend args "additional_flags=[libio_include_flags]"
|
||||
lappend args "additional_flags=[g++_link_flags]"
|
||||
lappend args debug
|
||||
|
||||
regsub "^.*/(\[^/.\]+)\[.\]\[^/]*$" "$srcfile" "\\1" out
|
||||
|
|
Loading…
Add table
Reference in a new issue