mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* configure.in: Stop putting binutils in noconfigdirs for
powerpc-*-aix* and rs6000-*-*.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Stop putting binutils in noconfigdirs for
|
||||||
|
powerpc-*-aix* and rs6000-*-*.
|
||||||
|
|
||||||
Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
|
Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
|
* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
|
||||||
|
@ -424,7 +424,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
|
noconfigdirs="$noconfigdirs gas ld gprof textutils cvs"
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe*)
|
powerpc*-*-winnt* | powerpc*-*-pe*)
|
||||||
noconfigdirs="$noconfigdirs ld gdb"
|
noconfigdirs="$noconfigdirs ld gdb"
|
||||||
@ -439,7 +439,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
# a gcc built textutils will cause the linker to hang on 'join'
|
# a gcc built textutils will cause the linker to hang on 'join'
|
||||||
noconfigdirs="$noconfigdirs gas ld binutils gprof textutils"
|
noconfigdirs="$noconfigdirs gas ld gprof textutils"
|
||||||
;;
|
;;
|
||||||
m68k-*-netbsd*)
|
m68k-*-netbsd*)
|
||||||
noconfigdirs="$noconfigdirs gdb"
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
|
Reference in New Issue
Block a user