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:
authorJoel Brobecker <brobecker@adacore.com>2011-05-18 01:26:52 +0400
committerJoel Brobecker <brobecker@adacore.com>2011-05-18 01:26:52 +0400
commit220b7b4a154e99890ee1df158495fe3d7e44c526 (patch)
tree07d110dd46e9830fa3301df3c9058b8894028602 /configure
parentc5f0aab8037c5165286effdf94e12eca956e7d0e (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.