summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-14 02:47:49 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-14 02:47:49 +0000
commite1e06460fd2bcc2f3ca85f5cb4fe67382d3b7df0 (patch)
tree0cea4a4923d2b9adb93dc07f383b0e95935b7e3f /configure.ac
parent37b3656440a9d6117935cb860032e5485ce90b0c (diff)
downloadgcc-e1e06460fd2bcc2f3ca85f5cb4fe67382d3b7df0.tar.gz
2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
PR lto/48086 * configure.ac: Disable LTO on darwin due to an assembler change in Xcode 3.2.6/4.0 that limits the total number of sections/segments to under 256. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 233ce0a768e..02eb78459ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
- *-apple-darwin* | *-cygwin* | *-mingw*) ;;
+ *-cygwin* | *-mingw*) ;;
# On other non-ELF platforms, LTO has yet to be validated.
*) enable_lto=no ;;
esac