diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-01 19:16:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-04-01 19:16:09 +0000 |
commit | c5f5c3c232622ca70b0864974e1d89105caca9a8 (patch) | |
tree | 7eeecddf81647f1ed4262a071b93cfd52b70677c /configure.ac | |
parent | 0cf03b497aedf582a82416b2444acf88bde08de4 (diff) | |
download | binutils-gdb-c5f5c3c232622ca70b0864974e1d89105caca9a8.tar.gz |
* configure.ac (avr-*-*): Add comment about why libssp is disabled.
(microblaze*): Don't disable libssp.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2564ce5ad34..e6e91254c41 100644 --- a/configure.ac +++ b/configure.ac @@ -483,14 +483,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. |