2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
* configure.in (*-*-darwin*): Build bfd, binutils and opcodes. * configure: Regenerated.
This commit is contained in:
parent
e3cb604ed8
commit
d320aacbec
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
|
||||
* configure: Regenerated.
|
||||
|
||||
2005-09-28 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -1156,7 +1156,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
*-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
|
|
|
@ -364,7 +364,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
*-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue