aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/config.sub9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/config.sub b/scripts/config.sub
index 213a6d4..aac9098 100755
--- a/scripts/config.sub
+++ b/scripts/config.sub
@@ -182,7 +182,7 @@ case $basic_machine in
| 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.
@@ -412,6 +412,10 @@ case $basic_machine in
basic_machine=i486-ncr
os=-sysv4
;;
+ netwinder)
+ basic_machine=armv4l-ccc
+ os=-linux
+ ;;
news | news700 | news800 | news900)
basic_machine=m68k-sony
os=-newsos
@@ -802,6 +806,9 @@ case $basic_machine in
*-acorn)
os=-riscix1.2
;;
+ arm*-ccc)
+ os=-linux
+ ;;
arm*-semi)
os=-aout
;;