From 1d0163cd9b68f6db3800ea8852cd0348b5bc8b62 Mon Sep 17 00:00:00 2001 From: drepper Date: Fri, 27 Nov 1998 10:03:33 +0000 Subject: [PATCH] Add Netwinder specific matches. --- scripts/config.sub | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/config.sub b/scripts/config.sub index 213a6d47d6..aac909889c 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 ;; -- 2.11.0