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.ac | |
parent | Work around lack of dlpi_tls_modid before Solaris 11.5 (diff) | |
download | gcc-7d31d33130145b7c275746221c6d223abae8f973.tar.gz gcc-7d31d33130145b7c275746221c6d223abae8f973.tar.bz2 gcc-7d31d33130145b7c275746221c6d223abae8f973.tar.xz |
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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cffccd37805..e3674a33818 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -695,7 +695,7 @@ if test -d ${srcdir}/libphobos; then | |||
695 | AC_MSG_CHECKING([for libphobos support]) | 695 | AC_MSG_CHECKING([for libphobos support]) |
696 | if (srcdir=${srcdir}/libphobos; \ | 696 | if (srcdir=${srcdir}/libphobos; \ |
697 | . ${srcdir}/configure.tgt; \ | 697 | . ${srcdir}/configure.tgt; \ |
698 | test -n "$UNSUPPORTED") | 698 | test "$LIBPHOBOS_SUPPORTED" != "yes") |
699 | then | 699 | then |
700 | AC_MSG_RESULT([no]) | 700 | AC_MSG_RESULT([no]) |
701 | noconfigdirs="$noconfigdirs target-libphobos" | 701 | noconfigdirs="$noconfigdirs target-libphobos" |