mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.guess (*:NetBSD:*:*): Handle aarch64eb.
* testsuite/config-guess.data: Add test cases. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
664b772118
commit
1c43980155
@ -1,3 +1,8 @@
|
|||||||
|
2020-10-22 Rin Okuyama <rin@netbsd.org>
|
||||||
|
|
||||||
|
* config.guess (*:NetBSD:*:*): Handle aarch64eb.
|
||||||
|
* testsuite/config-guess.data: Add test cases.
|
||||||
|
|
||||||
2020-10-13 Ben Elliston <bje@gnu.org>
|
2020-10-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub (i*86-pc-os2-emx): Recognise correctly.
|
* config.sub (i*86-pc-os2-emx): Recognise correctly.
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -2,7 +2,7 @@
|
|||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2020 Free Software Foundation, Inc.
|
# Copyright 1992-2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2020-09-19'
|
timestamp='2020-10-22'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -182,6 +182,7 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
|
|||||||
"/usr/sbin/$sysctl" 2>/dev/null || \
|
"/usr/sbin/$sysctl" 2>/dev/null || \
|
||||||
echo unknown)`
|
echo unknown)`
|
||||||
case "$UNAME_MACHINE_ARCH" in
|
case "$UNAME_MACHINE_ARCH" in
|
||||||
|
aarch64eb) machine=aarch64_be-unknown ;;
|
||||||
armeb) machine=armeb-unknown ;;
|
armeb) machine=armeb-unknown ;;
|
||||||
arm*) machine=arm-unknown ;;
|
arm*) machine=arm-unknown ;;
|
||||||
sh3el) machine=shl-unknown ;;
|
sh3el) machine=shl-unknown ;;
|
||||||
|
@ -27,6 +27,8 @@ cris | 2.6.6 | Linux | ignored | ignored | cris-axis-linux-gnu
|
|||||||
crisv32 | 2.6.6 | Linux | ignored | ignored | crisv32-axis-linux-gnu
|
crisv32 | 2.6.6 | Linux | ignored | ignored | crisv32-axis-linux-gnu
|
||||||
e2k | 2.6.32 | Linux | ignored | ignored | e2k-unknown-linux-gnu
|
e2k | 2.6.32 | Linux | ignored | ignored | e2k-unknown-linux-gnu
|
||||||
EM64T | 5.2 | Interix | ignored | ignored | x86_64-unknown-interix5.2
|
EM64T | 5.2 | Interix | ignored | ignored | x86_64-unknown-interix5.2
|
||||||
|
evbarm | 9.0 | NetBSD | ignored | aarch64 | aarch64-unknown-netbsd9.0
|
||||||
|
evbarm | 9.0 | NetBSD | ignored | aarch64eb | aarch64_be-unknown-netbsd9.0
|
||||||
evbarm | 7.0 | NetBSD | ignored | arm | arm-unknown-netbsdelf7.0
|
evbarm | 7.0 | NetBSD | ignored | arm | arm-unknown-netbsdelf7.0
|
||||||
evbarm | 7.0 | NetBSD | ignored | armeb | armeb-unknown-netbsdelf7.0
|
evbarm | 7.0 | NetBSD | ignored | armeb | armeb-unknown-netbsdelf7.0
|
||||||
evbarm | 7.0 | NetBSD | ignored | earmv6 | armv6-unknown-netbsdelf7.0-eabi
|
evbarm | 7.0 | NetBSD | ignored | earmv6 | armv6-unknown-netbsdelf7.0-eabi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user