summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIain Sandoe <iains@gcc.gnu.org>2010-11-04 10:43:47 +0000
committerIain Sandoe <iains@gcc.gnu.org>2010-11-04 10:43:47 +0000
commitd8ed14ce4ecb92c728dca62a02090d5cf6f10fcf (patch)
tree01087337e00efbd28d652e41b8b6ad30963b110e /configure
parent0e6ac87ebaf95910b2a816aaddc80ed9f0d00fb4 (diff)
downloadgcc-d8ed14ce4ecb92c728dca62a02090d5cf6f10fcf.tar.gz
enable mdynamic-no-pic bootstrap for x86 Darwin
* configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants. * configure: Regenerate. * config/mh-ppc-darwin: Rename to mh-darwin. gcc: * gcc/configure.ac: Filter -mdynamic-no-pic from CFLAGS when testing for plugin capabilities. * gcc/configure: Regenerate. gcc/testsuite: * lib/plugin-support.exp (plugin-test-execute): Filter -mdynamic-no-pic from plugin build flags on Darwin targets. From-SVN: r166302
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f3bfee20897..7c313e28c4c 100755
--- a/configure
+++ b/configure
@@ -3698,8 +3698,8 @@ fi
tentative_cc="/usr/cygnus/progressive/bin/gcc"
host_makefile_frag="config/mh-lynxrs6k"
;;
- powerpc-*-darwin*)
- host_makefile_frag="config/mh-ppc-darwin"
+ *-*-darwin*)
+ host_makefile_frag="config/mh-darwin"
;;
powerpc-*-aix*)
host_makefile_frag="config/mh-ppc-aix"