diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-01 20:14:48 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-04-01 20:14:48 +0100 |
commit | b318fb4bbc8d6cd14f8171ceaeb7326a1750e57b (patch) | |
tree | 268879f23a8df44e79f5ff7c7d0ffce1f108add2 /configure | |
parent | 08ae38e0f33eb78917983e36e335586518b07235 (diff) | |
download | gcc-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-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |