* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
don't configure target-libobjc. * configure: Regenerate.
This commit is contained in:
parent
f655eadfb4
commit
44dc96d1f5
|
@ -1,3 +1,9 @@
|
||||||
|
2003-02-15 Geoffrey Keating <geoffk@apple.com>
|
||||||
|
|
||||||
|
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
|
||||||
|
don't configure target-libobjc.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* Makefile.tpl (RANLIB): Define.
|
* Makefile.tpl (RANLIB): Define.
|
||||||
|
|
|
@ -348,6 +348,10 @@ case "${target}" in
|
||||||
*-*-chorusos)
|
*-*-chorusos)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
*-*-darwin*)
|
||||||
|
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
|
||||||
|
noconfigdirs="$noconfigdirs target-libobjc ${libgcj}"
|
||||||
|
;;
|
||||||
*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
|
*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
@ -612,9 +616,6 @@ case "${target}" in
|
||||||
powerpc-*-beos*)
|
powerpc-*-beos*)
|
||||||
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
powerpc-*-darwin*)
|
|
||||||
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof ${libgcj}"
|
|
||||||
;;
|
|
||||||
powerpc-*-eabi)
|
powerpc-*-eabi)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue