mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
* configure.in (i[34]86-*-sco*): Move to be with other i386 targets.
(romp-*-*): New target. Skip various binary utilities. (vax-*-*): New target. Don't build newlib. (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (i[34]86-*-sco*): Move to be with other i386
|
||||||
|
targets.
|
||||||
|
(romp-*-*): New target. Skip various binary utilities.
|
||||||
|
(vax-*-*): New target. Don't build newlib.
|
||||||
|
(vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
|
||||||
|
|
||||||
Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||||
|
|
||||||
* configure.in: Only set host_makefile_frag if config
|
* configure.in: Only set host_makefile_frag if config
|
||||||
|
16
configure.in
16
configure.in
@ -203,6 +203,9 @@ case "${target}" in
|
|||||||
# add the go32 support tools to the list
|
# add the go32 support tools to the list
|
||||||
configdirs=`echo go32 ${configdirs}`
|
configdirs=`echo go32 ${configdirs}`
|
||||||
;;
|
;;
|
||||||
|
i[34]86-*-sco*)
|
||||||
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
|
;;
|
||||||
i[34]86-*-solaris2*)
|
i[34]86-*-solaris2*)
|
||||||
# The linker does static linking correctly, but the Solaris C library
|
# The linker does static linking correctly, but the Solaris C library
|
||||||
# has bugs such that some important functions won't work when statically
|
# has bugs such that some important functions won't work when statically
|
||||||
@ -242,6 +245,9 @@ case "${target}" in
|
|||||||
mips*-*-*)
|
mips*-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
;;
|
;;
|
||||||
|
romp-*-*)
|
||||||
|
noconfigdirs="bfd binutils ld gas opcodes"
|
||||||
|
;;
|
||||||
sh-*-*)
|
sh-*-*)
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
i[34]86-*-vsta) ;; # don't add gprof back in
|
i[34]86-*-vsta) ;; # don't add gprof back in
|
||||||
@ -257,8 +263,11 @@ case "${target}" in
|
|||||||
# See i386-*-solaris2* above.
|
# See i386-*-solaris2* above.
|
||||||
noconfigdirs="$noconfigdirs ld"
|
noconfigdirs="$noconfigdirs ld"
|
||||||
;;
|
;;
|
||||||
i[34]86-*-sco*)
|
vax-*-vms)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs bfd binutils gdb ld newlib opcodes"
|
||||||
|
;;
|
||||||
|
vax-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs newlib"
|
||||||
;;
|
;;
|
||||||
*-*-sysv4)
|
*-*-sysv4)
|
||||||
use_gnu_ld=no
|
use_gnu_ld=no
|
||||||
@ -267,9 +276,6 @@ case "${target}" in
|
|||||||
# Newlib makes problems for libg++ in crosses.
|
# Newlib makes problems for libg++ in crosses.
|
||||||
noconfigdirs="$noconfigdirs newlib"
|
noconfigdirs="$noconfigdirs newlib"
|
||||||
;;
|
;;
|
||||||
*-*-vms)
|
|
||||||
noconfigdirs="$noconfigdirs bfd ld binutils gdb"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
notsupp=""
|
notsupp=""
|
||||||
|
Reference in New Issue
Block a user