projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
563efd6
)
(ptx): New OS; use for Sequent.
author
kenner
<kenner>
Sat, 10 Sep 1994 10:42:40 +0000
(10:42 +0000)
committer
kenner
<kenner>
Sat, 10 Sep 1994 10:42:40 +0000
(10:42 +0000)
config.sub
patch
|
blob
|
history
diff --git
a/config.sub
b/config.sub
index
5175a5d
..
bc37d15
100755
(executable)
--- a/
config.sub
+++ b/
config.sub
@@
-103,6
+103,9
@@
case $os in
-lynx)
os=-lynxos
;;
-lynx)
os=-lynxos
;;
+ -ptx*)
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
+ ;;
esac
# Decode aliases for certain CPU-COMPANY combinations.
esac
# Decode aliases for certain CPU-COMPANY combinations.
@@
-403,6
+406,9
@@
case $basic_machine in
rtpc | rtpc-*)
basic_machine=romp-ibm
;;
rtpc | rtpc-*)
basic_machine=romp-ibm
;;
+ sequent)
+ basic_machine=i386-sequent
+ ;;
sh)
basic_machine=sh-hitachi
os=-hms
sh)
basic_machine=sh-hitachi
os=-hms
@@
-559,7
+565,8
@@
case $os in
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
- | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf*)
+ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
+ | -ptx*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`
@@
-677,7
+684,7
@@
case $basic_machine in
os=-luna
;;
*-sequent)
os=-luna
;;
*-sequent)
- os=-
bsd
+ os=-
ptx
;;
*-crds)
os=-unos
;;
*-crds)
os=-unos
@@
-751,6
+758,9
@@
case $basic_machine in
-mvs*)
vendor=ibm
;;
-mvs*)
vendor=ibm
;;
+ -ptx*)
+ vendor=sequent
+ ;;
esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
;;
esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
;;