aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-04-28 13:26:23 +0000
committerJoseph Myers <joseph@codesourcery.com>2011-04-28 13:26:23 +0000
commit72a19a697e00533e1108f2eb7ec8dd3242cae906 (patch)
tree2f032f6d60bd556184ab6cc13e38d1fd023ebc50
parent4819e64bb88c213f0d047bf71a34d1877f39dda5 (diff)
downloadnewlib-72a19a697e00533e1108f2eb7ec8dd3242cae906.zip
newlib-72a19a697e00533e1108f2eb7ec8dd3242cae906.tar.gz
newlib-72a19a697e00533e1108f2eb7ec8dd3242cae906.tar.bz2
Merge from GCC:
2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu> PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9*. * configure: Regenerate.
-rw-r--r--ChangeLog10
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4800c0c..72e6a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2011-04-28 Joseph Myers <joseph@codesourcery.com>
+ Merge from GCC:
+
+ 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ PR lto/48086
+ * configure.ac: Re-enable LTO on *-apple-darwin9*.
+ * configure: Regenerate.
+
+2011-04-28 Joseph Myers <joseph@codesourcery.com>
+
* configure.ac: Separate cases disabling Java and Java libraries
from general case over targets.
* configure: Regenerate.
diff --git a/configure b/configure
index 059e54b..1bcc681 100755
--- a/configure
+++ b/configure
@@ -6206,7 +6206,7 @@ if test $target_elf = yes; then :
else
if test x"$default_enable_lto" = x"yes" ; then
case $target in
- *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
+ *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac
diff --git a/configure.ac b/configure.ac
index a85e709..58fdd30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1744,7 +1744,7 @@ ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
build_lto_plugin=yes
],[if test x"$default_enable_lto" = x"yes" ; then
case $target in
- *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
+ *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac