mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +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
|
||||
*-*-netware)
|
||||
noconfigdirs="$noconfigdirs libg++ libio librx newlib"
|
||||
;;
|
||||
alpha-dec-osf*)
|
||||
# ld works, but does not support shared libraries. emacs doesn't
|
||||
# work. newlib is not 64 bit ready. I'm not sure about emacs19,
|
||||
|
Reference in New Issue
Block a user