mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* configure.in (*-*-netware): don't configure libg++, libio, librx, or
newlib.
This commit is contained in:
@ -301,6 +301,9 @@ esac
|
|||||||
|
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
|
*-*-netware)
|
||||||
|
noconfigdirs="$noconfigdirs libg++ libio librx newlib"
|
||||||
|
;;
|
||||||
alpha-dec-osf*)
|
alpha-dec-osf*)
|
||||||
# ld works, but does not support shared libraries. emacs doesn't
|
# ld works, but does not support shared libraries. emacs doesn't
|
||||||
# work. newlib is not 64 bit ready. I'm not sure about emacs19,
|
# work. newlib is not 64 bit ready. I'm not sure about emacs19,
|
||||||
|
Reference in New Issue
Block a user