mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these
are needed to do a `make all install' for a vxworks68 target install.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* config.sub ($os): Add -aout.
|
||||||
|
|
||||||
|
Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
|
||||||
|
|
||||||
|
* configure: If host_makefile_frag is absolute, don't
|
||||||
|
prefix ${invsubdir} (relevant to libg++ auto-configure).
|
||||||
|
|
||||||
Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
|
Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (tooldir): Define it.
|
* Makefile.in (tooldir): Define it.
|
||||||
|
9
config.sub
vendored
9
config.sub
vendored
@ -284,7 +284,7 @@ case $basic_machine in
|
|||||||
;;
|
;;
|
||||||
next)
|
next)
|
||||||
basic_machine=m68k-next
|
basic_machine=m68k-next
|
||||||
os=-mach
|
os=-bsd
|
||||||
;;
|
;;
|
||||||
hp9k3[2-9][0-9])
|
hp9k3[2-9][0-9])
|
||||||
basic_machine=m68k-hp
|
basic_machine=m68k-hp
|
||||||
@ -462,6 +462,11 @@ case $basic_machine in
|
|||||||
basic_machine=m68k-none
|
basic_machine=m68k-none
|
||||||
os=-os68k
|
os=-os68k
|
||||||
;;
|
;;
|
||||||
|
sparclite)
|
||||||
|
basic_machine=sparclite-fujitsu
|
||||||
|
os=-none
|
||||||
|
;;
|
||||||
|
|
||||||
none)
|
none)
|
||||||
basic_machine=none-none
|
basic_machine=none-none
|
||||||
os=-none
|
os=-none
|
||||||
@ -501,7 +506,7 @@ case $os in
|
|||||||
# First accept the basic system types.
|
# First accept the basic system types.
|
||||||
# The portable systems comes first.
|
# The portable systems comes first.
|
||||||
# Each alternative must end in a *, to match a version number.
|
# Each alternative must end in a *, to match a version number.
|
||||||
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
|
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -aout \
|
||||||
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
|
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
|
||||||
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
|
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
|
||||||
| -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \
|
| -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \
|
||||||
|
Reference in New Issue
Block a user