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 | e974e7a0830c44b7308ad6b754b83c72425ddc9d (patch) | |
tree | 51f62d270aa030feeb0cb34fc3683a1f6cbfcca1 | |
parent | e5634b9e94057c03f17b191d75d047bea733a8c9 (diff) | |
download | cygnal-e974e7a0830c44b7308ad6b754b83c72425ddc9d.tar.gz cygnal-e974e7a0830c44b7308ad6b754b83c72425ddc9d.tar.bz2 cygnal-e974e7a0830c44b7308ad6b754b83c72425ddc9d.zip |
* configure.ac (avr-*-*): Add comment about why libssp is disabled.
(microblaze*): Don't disable libssp.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 8 insertions, 6 deletions
@@ -1,5 +1,11 @@ 2011-04-01 Joseph Myers <joseph@codesourcery.com> + * configure.ac (avr-*-*): Add comment about why libssp is disabled. + (microblaze*): Don't disable libssp. + * configure: Regenerate. + +2011-04-01 Joseph Myers <joseph@codesourcery.com> + * configure.ac: Remove code setting CONFIG_SHELL, config_shell and moveifchange. * configure: Regenerate. @@ -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. diff --git a/configure.ac b/configure.ac index 2564ce5ad..e6e91254c 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. |