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,10 +53,19 @@
|
|||||||
|
|
||||||
* acgeneral.m4 (AC_ACVERSION): Bump to 2.14.1 for prereleases.
|
* 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>
|
1999-01-13 Ben Elliston <bje@cygnus.com>
|
||||||
|
|
||||||
* autoconf.sh: Remove -v and --verbose from the command line usage
|
* autoconf.sh: Remove -v and --verbose from the command line usage
|
||||||
help. They do not exist.
|
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>
|
1999-01-11 Ben Elliston <bje@cygnus.com>
|
||||||
|
|
||||||
|
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
|
# uname on the ARM produces all sorts of strangeness, and we need to
|
||||||
# filter it out.
|
# filter it out.
|
||||||
case "$UNAME_MACHINE" in
|
case "$UNAME_MACHINE" in
|
||||||
|
armv*) UNAME_MACHINE=$UNAME_MACHINE ;;
|
||||||
arm* | sa110*) UNAME_MACHINE="arm" ;;
|
arm* | sa110*) UNAME_MACHINE="arm" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
9
config.sub
vendored
9
config.sub
vendored
@ -182,7 +182,7 @@ case $basic_machine in
|
|||||||
| sparc64-* | mips64-* | mipsel-* \
|
| sparc64-* | mips64-* | mipsel-* \
|
||||||
| mips64el-* | mips64orion-* | mips64orionel-* \
|
| mips64el-* | mips64orion-* | mips64orionel-* \
|
||||||
| mipstx39-* | mipstx39el-* \
|
| mipstx39-* | mipstx39el-* \
|
||||||
| f301-*)
|
| f301-* | armv*-*)
|
||||||
;;
|
;;
|
||||||
# Recognize the various machine names and aliases which stand
|
# Recognize the various machine names and aliases which stand
|
||||||
# for a CPU type and a company and sometimes even an OS.
|
# for a CPU type and a company and sometimes even an OS.
|
||||||
@ -416,6 +416,10 @@ case $basic_machine in
|
|||||||
basic_machine=i486-ncr
|
basic_machine=i486-ncr
|
||||||
os=-sysv4
|
os=-sysv4
|
||||||
;;
|
;;
|
||||||
|
netwinder)
|
||||||
|
basic_machine=armv4l-corel
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
news | news700 | news800 | news900)
|
news | news700 | news800 | news900)
|
||||||
basic_machine=m68k-sony
|
basic_machine=m68k-sony
|
||||||
os=-newsos
|
os=-newsos
|
||||||
@ -805,6 +809,9 @@ case $basic_machine in
|
|||||||
*-acorn)
|
*-acorn)
|
||||||
os=-riscix1.2
|
os=-riscix1.2
|
||||||
;;
|
;;
|
||||||
|
arm*-corel)
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
arm*-semi)
|
arm*-semi)
|
||||||
os=-aout
|
os=-aout
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user