mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-04 12:21:46 -07:00
Convert arm32:NetBSD to normal arm canonicalization.
This commit is contained in:
parent
37fb02008a
commit
c22fc59251
1 changed files with 3 additions and 0 deletions
3
config.guess
vendored
3
config.guess
vendored
|
|
@ -91,6 +91,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
|
||||
echo arm-acorn-riscix${UNAME_RELEASE}
|
||||
exit 0;;
|
||||
arm32:NetBSD:*:*)
|
||||
echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
exit 0 ;;
|
||||
SR2?01:HI-UX/MPP:*:*)
|
||||
echo hppa1.1-hitachi-hiuxmpp
|
||||
exit 0;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue