Commit 7126c249 by Zack Weinberg Committed by Zack Weinberg

g++.exp: Don't add incdir=$base_dir/../include to ALWAYS_CXXFLAGS.

1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
	* lib/g++.exp: Don't add incdir=$base_dir/../include to
        ALWAYS_CXXFLAGS.

From-SVN: r25479
parent 8d649528
1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
* lib/g++.exp: Don't add incdir=$base_dir/../include to
ALWAYS_CXXFLAGS.
1999-02-24 Craig Burley <craig@jcb-sc.com>
* gcc.f-torture/noncompile/19981216-0.f: Renamed from...
......
......@@ -125,7 +125,6 @@ proc g++_init { args } {
if ![is_remote host] {
lappend ALWAYS_CXXFLAGS "additional_flags=[g++_include_flags]";
lappend ALWAYS_CXXFLAGS "ldflags=[g++_link_flags]";
lappend ALWAYS_CXXFLAGS "incdir=$base_dir/../include"
}
if [info exists TOOL_OPTIONS] {
......
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