Commit 57f260df by Jeffrey A Law Committed by Jeff Law

* lib/libstdc++.exp: Remove libg++_link_flags.

From-SVN: r15057
parent feb21122
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> Wed Aug 6 18:43:23 1997 Jason Merrill <jason@yorick.cygnus.com>
* lib/libstdc++.exp: Remove libio_link_flags. * lib/libstdc++.exp: Remove libio_link_flags.
......
...@@ -90,7 +90,6 @@ proc test_libstdc++ { options srcfile compile_args inpfile resultfile exec_args ...@@ -90,7 +90,6 @@ proc test_libstdc++ { options srcfile compile_args inpfile resultfile exec_args
lappend args "libs=$wrapper_file"; lappend args "libs=$wrapper_file";
lappend args "libs=$libstdcpp"; lappend args "libs=$libstdcpp";
lappend args "additional_flags=[libio_include_flags]" lappend args "additional_flags=[libio_include_flags]"
lappend args "additional_flags=[g++_link_flags]"
lappend args debug lappend args debug
regsub "^.*/(\[^/.\]+)\[.\]\[^/]*$" "$srcfile" "\\1" out regsub "^.*/(\[^/.\]+)\[.\]\[^/]*$" "$srcfile" "\\1" out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment