mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
1999-01-14 Scott Bambrough <scottb@corelcomputer.com>
* 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'.
This commit is contained in:
parent
b347ea4c51
commit
d7dc60b55c
@ -53,11 +53,20 @@
|
||||
|
||||
* 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>
|
||||
|
||||
* config.guess: Detect HP-UX on MPE/iX machines.
|
||||
|
1
config.guess
vendored
1
config.guess
vendored
@ -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
|
||||
|
||||
|
9
config.sub
vendored
9
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user