mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
|
||||||
|
|
||||||
Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
|
Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Build ld in mips*-*-bsd* case.
|
* configure.in: Build ld in mips*-*-bsd* case.
|
||||||
|
@ -435,6 +435,9 @@ case "${target}" in
|
|||||||
# 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 binutils gprof textutils"
|
||||||
;;
|
;;
|
||||||
|
m68k-*-netbsd*)
|
||||||
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
|
;;
|
||||||
m68k-apollo-*)
|
m68k-apollo-*)
|
||||||
noconfigdirs="$noconfigdirs ld binutils gprof"
|
noconfigdirs="$noconfigdirs ld binutils gprof"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user