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 (parent:
036f27c
)
Add Netwinder specific matches.
author
drepper
<drepper>
Fri, 27 Nov 1998 10:03:33 +0000
(10:03 +0000)
committer
drepper
<drepper>
Fri, 27 Nov 1998 10:03:33 +0000
(10:03 +0000)
scripts/config.sub
patch
|
blob
|
history
diff --git
a/scripts/config.sub
b/scripts/config.sub
index
213a6d4
..
aac9098
100755
(executable)
--- a/
scripts/config.sub
+++ b/
scripts/config.sub
@@
-182,7
+182,7
@@
case $basic_machine in
| sparc64-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mipstx39-* | mipstx39el-* \
| sparc64-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mipstx39-* | mipstx39el-* \
- | f301-*)
+ | f301-*
| armv*-*
)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
@@
-412,6
+412,10
@@
case $basic_machine in
basic_machine=i486-ncr
os=-sysv4
;;
basic_machine=i486-ncr
os=-sysv4
;;
+ netwinder)
+ basic_machine=armv4l-ccc
+ os=-linux
+ ;;
news | news700 | news800 | news900)
basic_machine=m68k-sony
os=-newsos
news | news700 | news800 | news900)
basic_machine=m68k-sony
os=-newsos
@@
-802,6
+806,9
@@
case $basic_machine in
*-acorn)
os=-riscix1.2
;;
*-acorn)
os=-riscix1.2
;;
+ arm*-ccc)
+ os=-linux
+ ;;
arm*-semi)
os=-aout
;;
arm*-semi)
os=-aout
;;