mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* configure.in: Don't build newlib for a29k-*-vxworks5.1.
* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@ -1,7 +1,16 @@
|
|||||||
|
Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Don't build newlib for a29k-*-vxworks5.1.
|
||||||
|
* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
|
||||||
|
|
||||||
|
Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
|
||||||
|
|
||||||
Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
|
Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
* config-com.multi: New file.
|
* cfg-ml-com.in: New file.
|
||||||
* config-pos.multi: New file.
|
* cfg-ml-pos.in: New file.
|
||||||
|
|
||||||
Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
||||||
|
|
||||||
|
@ -343,6 +343,9 @@ case "${target}" in
|
|||||||
*-*-netware)
|
*-*-netware)
|
||||||
noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty"
|
noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty"
|
||||||
;;
|
;;
|
||||||
|
a29k-*-vxworks5.1)
|
||||||
|
noconfigdirs="$noconfigdirs 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