Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-04-01 23:16:09 +0400
committerJoseph Myers <joseph@codesourcery.com>2011-04-01 23:16:09 +0400
commite974e7a0830c44b7308ad6b754b83c72425ddc9d (patch)
tree51f62d270aa030feeb0cb34fc3683a1f6cbfcca1 /configure
parente5634b9e94057c03f17b191d75d047bea733a8c9 (diff)
* configure.ac (avr-*-*): Add comment about why libssp is disabled.
(microblaze*): Don't disable libssp. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index fea4aa70e..7042d2483 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.