mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 11:30:07 +08:00
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
This commit is contained in:
parent
8d64952899
commit
7126c249f2
@ -1,3 +1,8 @@
|
||||
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] {
|
||||
|
Loading…
Reference in New Issue
Block a user