]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove redundant -std flags from Makefile
authorJonathan Wakely <jwakely@redhat.com>
Tue, 12 Dec 2023 14:54:36 +0000 (14:54 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 12 Dec 2023 22:32:35 +0000 (22:32 +0000)
commit988dd6384c88a110952833dfe7c8344b9af95fa4
treeda7428541278f1173eb596c067a793aaa10b5a86
parentcd7d0b4cf789264cd75ab7df5df232dc58061ed7
libstdc++: Remove redundant -std flags from Makefile

In r14-4060-gc4baeaecbbf7d0 I moved some files from src/c++98 to
src/c++11 but I didn't remove the redundant -std=gnu++11 flags for those
files. The flags aren't needed now, because AM_CXXFLAGS for that
directory already uses -std=gnu++11. This removes them.

libstdc++-v3/ChangeLog:

* src/c++11/Makefile.am: Remove redundant -std=gnu++11 flags.
* src/c++11/Makefile.in: Regenerate.
libstdc++-v3/src/c++11/Makefile.am
libstdc++-v3/src/c++11/Makefile.in