mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
This commit is contained in:
parent
57afabd05a
commit
3e1e245ddb
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
|
||||||
|
|
||||||
Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||||
|
|
||||||
* configure: Make unrecognized options give nonfatal warnings
|
* configure: Make unrecognized options give nonfatal warnings
|
||||||
|
@ -221,6 +221,10 @@ case "${target}" in
|
|||||||
# the GNU linker supports shared libraries
|
# the GNU linker supports shared libraries
|
||||||
noconfigdirs="$noconfigdirs ld"
|
noconfigdirs="$noconfigdirs ld"
|
||||||
;;
|
;;
|
||||||
|
powerpc-*-aix*)
|
||||||
|
# copied from rs6000-*-* entry
|
||||||
|
noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs"
|
||||||
|
;;
|
||||||
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'
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
|
Loading…
Reference in New Issue
Block a user