]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (LT_COMPILE): Remove C++ flags.
authorNeil Booth <neil@daikokuya.co.uk>
Thu, 1 Aug 2002 22:16:46 +0000 (22:16 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 1 Aug 2002 22:16:46 +0000 (22:16 +0000)
2002-08-01  Neil Booth  <neil@daikokuya.co.uk>

* libsupc++/Makefile.am (LT_COMPILE): Remove C++ flags.
* libsupc++/Makefile.in: Regenerate.

From-SVN: r55954

libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in

index 0a741defff199de9b1d450edcf3980e04a7f492e..6348d69ac92cfe5e846fe05dc390a6f46050df64 100644 (file)
@@ -127,7 +127,7 @@ dyn-string.o: dyn-string.c
 # LTCOMPILE is copied from LTCXXCOMPILE below.
 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
            $(DEFS) $(GCC_INCLUDES) \
-            $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
+            $(AM_CPPFLAGS) $(CPPFLAGS) 
 
 
 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
index bdd4e8fb75916ce7f6538ab7dea50940e5727b93..b531d91ed01cb7c0ac51f1945ebb4e6b66aff6fe 100644 (file)
@@ -223,7 +223,7 @@ C_COMPILE = \
 # LTCOMPILE is copied from LTCXXCOMPILE below.
 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
            $(DEFS) $(GCC_INCLUDES) \
-            $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
+            $(AM_CPPFLAGS) $(CPPFLAGS) 
 
 
 # AM_CXXFLAGS needs to be in each subdirectory so that it can be