diff options
author | Alexey Neyman <stilor@att.net> | 2019-03-05 00:48:31 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-03-05 00:48:31 -0800 |
commit | 4ddad7b34f37f87e33e833f75a071c3775adc8cd (patch) | |
tree | ef3ad3d263a527f68feff64cc515acdbe6275776 /config/configure.in.in | |
parent | b3cce054ef381502af4f58105604081bf431ac9e (diff) | |
download | crosstool-ng-4ddad7b34f37f87e33e833f75a071c3775adc8cd.tar.gz crosstool-ng-4ddad7b34f37f87e33e833f75a071c3775adc8cd.tar.bz2 crosstool-ng-4ddad7b34f37f87e33e833f75a071c3775adc8cd.zip |
CentOS6 cannot use newer GDB releases
... unless one retrofits it with a decent compiler instead of stock
GCC 4.4.
While here, sync up the ax_*.m4 with autoconf-archive.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/configure.in.in')
-rw-r--r-- | config/configure.in.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/configure.in.in b/config/configure.in.in index 27e9f168..e0420191 100644 --- a/config/configure.in.in +++ b/config/configure.in.in @@ -3,6 +3,9 @@ config CONFIGURE_has_static_link @KCONFIG_static_link@ +config CONFIGURE_has_cxx11 + @KCONFIG_has_cxx11@ + config CONFIGURE_has_lzip @KCONFIG_lzip@ |