Commit e7fae550 by David Edelsohn Committed by David Edelsohn

configure.ac: Disable libsanitizer on AIX.

        * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
        sections.
        * configure: Regenerate.

From-SVN: r193477
parent 3f2dc806
2012-11-13 David Edelsohn <dje.gcc@gmail.com>
* configure.ac: Disable libsanitizer on AIX. Merge libquadmath
sections.
* configure: Regenerate.
2012-11-13 Hans-Peter Nilsson <hp@axis.com> 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
* configure.ac: Add section for configdirs for libsanitizer. * configure.ac: Add section for configdirs for libsanitizer.
......
...@@ -3198,6 +3198,9 @@ fi ...@@ -3198,6 +3198,9 @@ fi
# Disable libquadmath for some systems. # Disable libquadmath for some systems.
case "${target}" in case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
# libquadmath is unused on AIX and libquadmath build process use of # libquadmath is unused on AIX and libquadmath build process use of
# LD_LIBRARY_PATH can break AIX bootstrap. # LD_LIBRARY_PATH can break AIX bootstrap.
powerpc-*-aix* | rs6000-*-aix*) powerpc-*-aix* | rs6000-*-aix*)
...@@ -3210,6 +3213,9 @@ case "${target}" in ...@@ -3210,6 +3213,9 @@ case "${target}" in
cris-*-* | crisv32-*-* | mmix-*-*) cris-*-* | crisv32-*-* | mmix-*-*)
noconfigdirs="$noconfigdirs target-libsanitizer" noconfigdirs="$noconfigdirs target-libsanitizer"
;; ;;
powerpc-*-aix* | rs6000-*-aix*)
noconfigdirs="$noconfigdirs target-libsanitizer"
;;
esac esac
# Disable libssp for some systems. # Disable libssp for some systems.
...@@ -3229,13 +3235,6 @@ case "${target}" in ...@@ -3229,13 +3235,6 @@ case "${target}" in
;; ;;
esac esac
# Disable libquadmath for some systems.
case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
esac
# Disable libstdc++-v3 for some systems. # Disable libstdc++-v3 for some systems.
# Allow user to override this if they pass --enable-libstdc++-v3 # Allow user to override this if they pass --enable-libstdc++-v3
if test "${ENABLE_LIBSTDCXX}" = "default" ; then if test "${ENABLE_LIBSTDCXX}" = "default" ; then
......
...@@ -540,6 +540,9 @@ fi ...@@ -540,6 +540,9 @@ fi
# Disable libquadmath for some systems. # Disable libquadmath for some systems.
case "${target}" in case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
# libquadmath is unused on AIX and libquadmath build process use of # libquadmath is unused on AIX and libquadmath build process use of
# LD_LIBRARY_PATH can break AIX bootstrap. # LD_LIBRARY_PATH can break AIX bootstrap.
powerpc-*-aix* | rs6000-*-aix*) powerpc-*-aix* | rs6000-*-aix*)
...@@ -552,6 +555,9 @@ case "${target}" in ...@@ -552,6 +555,9 @@ case "${target}" in
cris-*-* | crisv32-*-* | mmix-*-*) cris-*-* | crisv32-*-* | mmix-*-*)
noconfigdirs="$noconfigdirs target-libsanitizer" noconfigdirs="$noconfigdirs target-libsanitizer"
;; ;;
powerpc-*-aix* | rs6000-*-aix*)
noconfigdirs="$noconfigdirs target-libsanitizer"
;;
esac esac
# Disable libssp for some systems. # Disable libssp for some systems.
...@@ -571,13 +577,6 @@ case "${target}" in ...@@ -571,13 +577,6 @@ case "${target}" in
;; ;;
esac esac
# Disable libquadmath for some systems.
case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
esac
# Disable libstdc++-v3 for some systems. # Disable libstdc++-v3 for some systems.
# Allow user to override this if they pass --enable-libstdc++-v3 # Allow user to override this if they pass --enable-libstdc++-v3
if test "${ENABLE_LIBSTDCXX}" = "default" ; then if test "${ENABLE_LIBSTDCXX}" = "default" ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment