]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-14 Scott Bambrough <scottb@corelcomputer.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 18 Feb 1999 15:45:36 +0000 (15:45 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 18 Feb 1999 15:45:36 +0000 (15:45 +0000)
* config.guess: Recognise armv[234][lb] types (ie. `armv*').
1999-01-12  Scott Bambrough  <scottb@corelcomputer.com>
* config.sub: Recognize armv[234][lb] types (ie. `armv*'). Add
alias for the NetWinder; set company to `corel'.

ChangeLog
config.guess
config.sub

index a97578559b45e890cb1ebfb2a73abcf91f103e4d..af0f5a28feeec47cb29a81816f66f524d57c5049 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * acgeneral.m4 (AC_ACVERSION): Bump to 2.14.1 for prereleases.
 
+1999-01-14  Scott Bambrough  <scottb@corelcomputer.com>
+
+       * config.guess: Recognise armv[234][lb] types (ie. `armv*').
+               
 1999-01-13  Ben Elliston  <bje@cygnus.com>
 
        * autoconf.sh: Remove -v and --verbose from the command line usage
        help. They do not exist.
+
+1999-01-12  Scott Bambrough  <scottb@corelcomputer.com>
+
+       * config.sub: Recognize armv[234][lb] types (ie. `armv*'). Add
+       alias for the NetWinder; set company to `corel'.
        
 1999-01-11  Ben Elliston  <bje@cygnus.com>
 
index 55910b58c5fa8d4a1f051cb4a3408491f8029ea1..78297ba9ac0305efc68b6b2fe3b66d3b3f537b44 100755 (executable)
@@ -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
 
index 65129c7644cc6939e6775b58cde0381032670c5a..468bca4ac359db89cde2a4274877130ddde7609b 100755 (executable)
@@ -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
                ;;