mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* configure.in: sco is an os, not a vendor!
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
|
Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: sco is an os, not a vendor!
|
||||||
|
|
||||||
* configure: Quote $( better. Keep various shells happy.
|
* configure: Quote $( better. Keep various shells happy.
|
||||||
|
|
||||||
Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
|
Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
|
||||||
|
@ -16,6 +16,7 @@ aix*) host_makefile_frag=config/mh-aix ;;
|
|||||||
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
m88kbcs) host_makefile_frag=config/mh-delta88;;
|
||||||
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||||
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
||||||
|
sco*) host_makefile_frag=config/mh-sco ;;
|
||||||
irix4) host_makefile_frag=config/mh-irix4 ;;
|
irix4) host_makefile_frag=config/mh-irix4 ;;
|
||||||
ultrix*)
|
ultrix*)
|
||||||
case "${host_cpu}" in
|
case "${host_cpu}" in
|
||||||
@ -24,7 +25,6 @@ ultrix*)
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case "${host_vendor}" in
|
case "${host_vendor}" in
|
||||||
sco*) host_makefile_frag=config/mh-sco ;;
|
|
||||||
apollo*) case "${host_cpu}" in
|
apollo*) case "${host_cpu}" in
|
||||||
m68k*)
|
m68k*)
|
||||||
host_makefile_frag=config/mh-apollo68 ;;
|
host_makefile_frag=config/mh-apollo68 ;;
|
||||||
|
Reference in New Issue
Block a user