libstdc++: Fix recipes for C++11-compiled files in src/c++98
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.
This commit is contained in:
parent
9d813ddd97
commit
2c351dafcb
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue