mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config.sub: Use sysv3.2 not sysv32 for canonical OS
for System V release 3.2.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* config.sub: Use sysv3.2 not sysv32 for canonical OS
|
||||
for System V release 3.2.
|
||||
|
||||
Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||
|
||||
* config.sub: Recognize hppaosf.
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -147,10 +147,9 @@ case $basic_machine in
|
||||
basic_machine=i386-mach
|
||||
os=-mach
|
||||
;;
|
||||
# I'm not sure what "Sysv32" means. Should this be sysv3.2?
|
||||
i[34]86v32)
|
||||
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
||||
os=-sysv32
|
||||
os=-sysv3.2
|
||||
;;
|
||||
i[34]86v4*)
|
||||
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
||||
|
Reference in New Issue
Block a user