OSDN Git Service

2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Mar 2011 18:27:36 +0000 (18:27 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Mar 2011 18:27:36 +0000 (18:27 +0000)
PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171059 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index ab6a900..3699c1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       PR lto/48086
+       * configure.ac: Re-enable LTO on *-apple-darwin9.
+       * configure: Regenerate.
+
 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
 
        PR lto/48086
index 2a21f9f..32f239e 100755 (executable)
--- 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
-      *-cygwin* | *-mingw*) ;;
+      *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
       # On other non-ELF platforms, LTO has yet to be validated.
       *) enable_lto=no ;;
     esac
index 02eb784..6b17b68 100644 (file)
@@ -1743,7 +1743,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
-      *-cygwin* | *-mingw*) ;;
+      *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
       # On other non-ELF platforms, LTO has yet to be validated.
       *) enable_lto=no ;;
     esac