From 76438597dd327817ad7d79f0092b7c5af53de4fd Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 11 Feb 2003 22:24:40 +0000 Subject: [PATCH] Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu which refers to obsolete... * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu which refers to obsolete directories. From-SVN: r62738 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f58f7a8443..7190341a7f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 Nathanael Nerode + + * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu + which refers to obsolete directories. + 2003-02-11 Richard Henderson * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 3c5a4d90c28..8aaa6991e2a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3166,7 +3166,7 @@ site.exp: ./config.status Makefile @echo "set target_alias $(target_alias)" >> ./tmp0 # CFLAGS is set even though it's empty to show we reserve the right to set it. @echo "set CFLAGS \"\"" >> ./tmp0 - @echo "set CXXFLAGS \"-I$(objdir)/../$(target_subdir)libio -I\$$srcdir/../libg++/src -I\$$srcdir/../libio -I\$$srcdir/../libstdc++ -I\$$srcdir/../libstdc++/stl -L$(objdir)/../$(target_subdir)libg++ -L$(objdir)/../$(target_subdir)libstdc++\"" >> ./tmp0 + @echo "set CXXFLAGS \"\"" >> ./tmp0 @echo "set TESTING_IN_BUILD_TREE 1" >> ./tmp0 @echo "set HAVE_LIBSTDCXX_V3 1" >> ./tmp0 # If newlib has been configured, we need to pass -B to gcc so it can find -- 2.30.2