From d7dc60b55cf4d71a4f70a6b68f2bae70757b1594 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 18 Feb 1999 15:45:36 +0000 Subject: [PATCH] 1999-01-14 Scott Bambrough * config.guess: Recognise armv[234][lb] types (ie. `armv*'). 1999-01-12 Scott Bambrough * config.sub: Recognize armv[234][lb] types (ie. `armv*'). Add alias for the NetWinder; set company to `corel'. --- ChangeLog | 9 +++++++++ config.guess | 1 + config.sub | 9 ++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a9757855..af0f5a28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,10 +53,19 @@ * acgeneral.m4 (AC_ACVERSION): Bump to 2.14.1 for prereleases. +1999-01-14 Scott Bambrough + + * config.guess: Recognise armv[234][lb] types (ie. `armv*'). + 1999-01-13 Ben Elliston * autoconf.sh: Remove -v and --verbose from the command line usage help. They do not exist. + +1999-01-12 Scott Bambrough + + * config.sub: Recognize armv[234][lb] types (ie. `armv*'). Add + alias for the NetWinder; set company to `corel'. 1999-01-11 Ben Elliston diff --git a/config.guess b/config.guess index 55910b58..78297ba9 100755 --- a/config.guess +++ b/config.guess @@ -552,6 +552,7 @@ EOF # uname on the ARM produces all sorts of strangeness, and we need to # filter it out. case "$UNAME_MACHINE" in + armv*) UNAME_MACHINE=$UNAME_MACHINE ;; arm* | sa110*) UNAME_MACHINE="arm" ;; esac diff --git a/config.sub b/config.sub index 65129c76..468bca4a 100755 --- a/config.sub +++ b/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. @@ -416,6 +416,10 @@ case $basic_machine in basic_machine=i486-ncr os=-sysv4 ;; + netwinder) + basic_machine=armv4l-corel + os=-linux + ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos @@ -805,6 +809,9 @@ case $basic_machine in *-acorn) os=-riscix1.2 ;; + arm*-corel) + os=-linux + ;; arm*-semi) os=-aout ;;