diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2019-04-14 09:38:01 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2019-04-14 09:38:01 +0000 |
commit | 7d31d33130145b7c275746221c6d223abae8f973 (patch) | |
tree | c2e0b613134e46305a63e7397d181780ca637a15 /configure | |
parent | 235d1c467babc736f4800c5a26f2989fe41d6351 (diff) | |
download | gcc-7d31d33130145b7c275746221c6d223abae8f973.zip gcc-7d31d33130145b7c275746221c6d223abae8f973.tar.gz gcc-7d31d33130145b7c275746221c6d223abae8f973.tar.bz2 |
Enable libphobos on Solaris 11/x86
toplevel:
* configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
* configure: Regenerate.
libphobos:
* configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
Set to yes explicitly.
* configure.ac: Handle --enable-libphobos.
(x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
with gas.
(ENABLE_LIBPHOBOS): New conditional.
* configure: Regenerate.
* Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
* Makefile.in: Regenerate.
From-SVN: r270348
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3411,7 +3411,7 @@ if test -d ${srcdir}/libphobos; then $as_echo_n "checking for libphobos support... " >&6; } if (srcdir=${srcdir}/libphobos; \ . ${srcdir}/configure.tgt; \ - test -n "$UNSUPPORTED") + test "$LIBPHOBOS_SUPPORTED" != "yes") then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } |