]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix recipes for C++11-compiled files in src/c++98
authorJonathan Wakely <jwakely@redhat.com>
Wed, 15 Sep 2021 20:39:27 +0000 (21:39 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 16 Sep 2021 21:59:47 +0000 (22:59 +0100)
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* src/c++98/Makefile.am: Use CXXCOMPILE not LTCXXCOMPILE.
* src/c++98/Makefile.in: Regenerate.

libstdc++-v3/src/c++98/Makefile.am
libstdc++-v3/src/c++98/Makefile.in

index 0fa6ab95fb4765eb94564dd9ffd23aabf2987ce3..b48b57a2945780bb48496d3b5e76de4be61f836e 100644 (file)
@@ -181,11 +181,11 @@ endif
 locale_init.lo: locale_init.cc
        $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 locale_init.o: locale_init.cc
-       $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
+       $(CXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 localename.lo: localename.cc
        $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 localename.o: localename.cc
-       $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
+       $(CXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 
 # Use special rules for the deprecated source files so that they find
 # deprecated include files.
index 94c68487fde949007782ac0e54940823c2e55ace..f9ebb0ff4f4cb86cde7070b5ba6b8bf6a20515b3 100644 (file)
@@ -893,11 +893,11 @@ c++locale.o: c++locale.cc
 locale_init.lo: locale_init.cc
        $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 locale_init.o: locale_init.cc
-       $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
+       $(CXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 localename.lo: localename.cc
        $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 localename.o: localename.cc
-       $(LTCXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
+       $(CXXCOMPILE) -std=gnu++11 -fchar8_t -c $<
 strstream.lo: strstream.cc
        $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
 strstream.o: strstream.cc