diff options
author | Tamar Christina <tamar.christina@arm.com> | 2024-01-04 15:20:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-01-05 13:00:11 +1030 |
commit | 941d02eaae0557c80c9e4130478e584a8b284494 (patch) | |
tree | f1d28d68642d792b0b2ee228c2ee3e5a450a1275 /gdbserver/notif.h | |
parent | 375beedfd34162b1aeb9b28cacd6f458834716da (diff) | |
download | gdb-941d02eaae0557c80c9e4130478e584a8b284494.zip gdb-941d02eaae0557c80c9e4130478e584a8b284494.tar.gz gdb-941d02eaae0557c80c9e4130478e584a8b284494.tar.bz2 |
Enforce C++11 as a minimum for building gold [PR30867]
The attempt in 5e9091dab885 to correct gold for modern LLVM has broken
gold for older compilers. This commit introduced C++11 types without
changing the build system to require a C++ compiler. More importantly
it depends on the compiler having at least C++11 as the default
language. Older compilers which support C++11 but not as the default
language needlessly break. Fix that.
PR gold/30867
* configure.ac (AX_CXX_COMPILE_STDCXX): Require C++11.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gdbserver/notif.h')
0 files changed, 0 insertions, 0 deletions