diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-09-01 07:48:07 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-09-01 07:48:07 +0000 |
commit | 0df3d27f988df8bdb52cd320fd20ae30f55255bd (patch) | |
tree | 00ca14c85ff4255a533e7ba8e248db26f47b5c52 /configure.in | |
parent | 1168df017b621644c4ecae79a6e9ff72a791fde7 (diff) | |
download | gdb-0df3d27f988df8bdb52cd320fd20ae30f55255bd.zip gdb-0df3d27f988df8bdb52cd320fd20ae30f55255bd.tar.gz gdb-0df3d27f988df8bdb52cd320fd20ae30f55255bd.tar.bz2 |
2004-09-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (sorry): Remove.
(clean-stage[+id+], clean-stage[+id+]-module): New targets.
(cleanstrap targets): Depend on distclean, not distclean-stage1.
(do-clean): Clean per-stage directories too.
(do-distclean): Run distclean-stage1 too.
(.NOTPARALLEL): Enable during toplevel bootstrap.
(stage[+id+]-bubble): Enable parallel execution during
the recursive invocation.
* Makefile.in: Regenerate.
Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2004-08-31 Robert Bowdidge <bowdidge@apple.com>
* 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
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 8c11c6d..546879a 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" |