mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* config.sub(Decode manufacturer-specific): add -none*.
This commit is contained in:
parent
23e3e7f949
commit
c1e296fc1f
@ -1,3 +1,7 @@
|
||||
Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* config.sub(Decode manufacturer-specific): add -none*.
|
||||
|
||||
Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* Makefile.in: remove form feeds to make Sun's make happy.
|
||||
|
16
config.sub
vendored
16
config.sub
vendored
@ -404,8 +404,7 @@ case $basic_machine in
|
||||
;;
|
||||
ultra3)
|
||||
basic_machine=a29k-nyu
|
||||
# Is sym1 really a different system, or is it really sysv?
|
||||
# os=-sym1
|
||||
os=-sym1
|
||||
;;
|
||||
vxworks960)
|
||||
basic_machine=i960-wrs
|
||||
@ -437,6 +436,9 @@ case $basic_machine in
|
||||
sparc)
|
||||
basic_machine=sparc-sun
|
||||
;;
|
||||
fx2800)
|
||||
basic_machine=i860-alliant
|
||||
;;
|
||||
*)
|
||||
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
||||
exit 1
|
||||
@ -453,8 +455,8 @@ case $os in
|
||||
# Each alternative must end in a *, to match a version number.
|
||||
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* \
|
||||
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
|
||||
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* \
|
||||
| -amigados* | -msdos* \
|
||||
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \
|
||||
| -amigados* | -msdos* | -none* \
|
||||
| -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*)
|
||||
;;
|
||||
# start-sanitize-v9
|
||||
@ -479,6 +481,12 @@ case $os in
|
||||
-ctix* | -irix* | -uts*)
|
||||
os=-sysv
|
||||
;;
|
||||
-svr4)
|
||||
os=-sysv4
|
||||
;;
|
||||
-svr3)
|
||||
os=-sysv3
|
||||
;;
|
||||
*)
|
||||
# Get rid of the `-' at the beginning of $os.
|
||||
os=`echo $1 | sed 's/[^-]*-//'`
|
||||
|
Loading…
Reference in New Issue
Block a user