aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2019-04-14 09:38:01 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2019-04-14 09:38:01 +0000
commit20abc61cb86c450839bea1f9c71e99d958345477 (patch)
treec2e0b613134e46305a63e7397d181780ca637a15 /configure
parent79c213076b596876c317b9490211151a51271455 (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270348 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1c5f9b502a8..1bb0a131985 100755
--- a/configure
+++ b/configure
@@ -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; }