mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 20:17:25 +08:00
* lib/libstdc++.exp: Remove libg++_link_flags.
From-SVN: r15057
This commit is contained in:
parent
feb211221a
commit
57f260dfbd
@ -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…
Reference in New Issue
Block a user