diff options
author | bowdidge <bowdidge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-01 03:34:59 +0000 |
---|---|---|
committer | bowdidge <bowdidge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-01 03:34:59 +0000 |
commit | 0222d9841fb086625a94a823b2001d7b90be8dfb (patch) | |
tree | 66bd14541c693c711316b388ce7509c7b0dce898 /configure.in | |
parent | 725d87de214ae38be88532776a0958d43088a256 (diff) | |
download | gcc-0222d9841fb086625a94a823b2001d7b90be8dfb.tar.gz |
* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
* configure.in: add test for powerpc-*-darwin* to specify makefile frag
* configure: regenerate
* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
-mdynamic-no-pic
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86866 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8c11c6d8cde..26fad5acccb 100644 --- a/configure.in +++ b/configure.in @@ -939,6 +939,9 @@ case "${host}" in tentative_cc="/usr/cygnus/progressive/bin/gcc" host_makefile_frag="config/mh-lynxrs6k" ;; + powerpc-*-darwin*) + host_makefile_frag="config/mh-ppc-darwin" + ;; *-*-lynxos*) # /bin/cc is less than useful for our purposes. Always use GCC tentative_cc="/bin/gcc" |