mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* configure.in: Don't build newlib for *-*-vxworks5.1.
This commit is contained in:
parent
849367a2cc
commit
dca68f1e4c
@ -1,3 +1,7 @@
|
||||
Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||
|
||||
* configure.in: Don't build newlib for *-*-vxworks5.1.
|
||||
|
||||
Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||
|
||||
* configure.in: Don't build newlib for a29k-*-vxworks5.1.
|
||||
|
@ -343,7 +343,7 @@ case "${target}" in
|
||||
*-*-netware)
|
||||
noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty"
|
||||
;;
|
||||
a29k-*-vxworks5.1)
|
||||
*-*-vxworks5.1)
|
||||
noconfigdirs="$noconfigdirs newlib"
|
||||
;;
|
||||
alpha-dec-osf*)
|
||||
@ -440,9 +440,6 @@ case "${target}" in
|
||||
m68k-apollo-*)
|
||||
noconfigdirs="$noconfigdirs ld binutils gprof"
|
||||
;;
|
||||
m68k-*-vxworks5.1)
|
||||
noconfigdirs="$noconfigdirs newlib"
|
||||
;;
|
||||
mips*-*-irix5*)
|
||||
# The GNU linker does not support shared libraries.
|
||||
# emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
|
||||
|
Loading…
Reference in New Issue
Block a user