aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-04-01 20:14:48 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-04-01 20:14:48 +0100
commitb318fb4bbc8d6cd14f8171ceaeb7326a1750e57b (patch)
tree268879f23a8df44e79f5ff7c7d0ffce1f108add2 /configure
parent08ae38e0f33eb78917983e36e335586518b07235 (diff)
downloadgcc-b318fb4bbc8d6cd14f8171ceaeb7326a1750e57b.zip
gcc-b318fb4bbc8d6cd14f8171ceaeb7326a1750e57b.tar.gz
gcc-b318fb4bbc8d6cd14f8171ceaeb7326a1750e57b.tar.bz2
configure.ac (avr-*-*): Add comment about why libssp is disabled.
* configure.ac (avr-*-*): Add comment about why libssp is disabled. (microblaze*): Don't disable libssp. * configure: Regenerate. From-SVN: r171848
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index fea4aa7..7042d24 100755
--- a/configure
+++ b/configure
@@ -3036,14 +3036,12 @@ fi
# Disable libssp for some systems.
case "${target}" in
avr-*-*)
+ # No hosted I/O support.
noconfigdirs="$noconfigdirs target-libssp"
;;
powerpc-*-aix* | rs6000-*-aix*)
noconfigdirs="$noconfigdirs target-libssp"
;;
- microblaze*)
- noconfigdirs="$noconfigdirs target-libssp"
- ;;
esac
# Disable target libiberty for some systems.