* config.sub: Use sysv3.2 not sysv32 for canonical OS

for System V release 3.2.
This commit is contained in:
Jim Kingdon 1993-04-29 16:52:33 +00:00
parent 99a5da15a7
commit 99aea58e47
2 changed files with 6 additions and 2 deletions

View file

@ -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
View file

@ -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/'`