summaryrefslogtreecommitdiff
path: root/build-scripts/config.guess
diff options
context:
space:
mode:
authorOzkan Sezer <sezeroz@gmail.com>2021-01-28 23:02:56 +0300
committerOzkan Sezer <sezeroz@gmail.com>2021-01-28 23:02:56 +0300
commitd710fe001346498f58602134367036c152827272 (patch)
treea736a1029f11acfa5acb769ad8417a0a8af782ed /build-scripts/config.guess
parent6dfd56798ea9180a31d399ffcbb350e2308508e1 (diff)
downloadsdl-SDL-1.2.tar.gz
config.guess and config.sub updates from mainstreamSDL-1.2
Diffstat (limited to 'build-scripts/config.guess')
-rwxr-xr-xbuild-scripts/config.guess13
1 files changed, 6 insertions, 7 deletions
diff --git a/build-scripts/config.guess b/build-scripts/config.guess
index fdfca6b3f..35741ebfc 100755
--- a/build-scripts/config.guess
+++ b/build-scripts/config.guess
@@ -1,8 +1,8 @@
#! /bin/sh
# Attempt to guess a canonical system name.
-# Copyright 1992-2020 Free Software Foundation, Inc.
+# Copyright 1992-2021 Free Software Foundation, Inc.
-timestamp='2020-12-31'
+timestamp='2021-01-25'
# 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
@@ -188,10 +188,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
#
# Note: NetBSD doesn't particularly care about the vendor
# portion of the name. We always set it to "unknown".
- sysctl="sysctl -n hw.machine_arch"
UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
- "/sbin/$sysctl" 2>/dev/null || \
- "/usr/sbin/$sysctl" 2>/dev/null || \
+ /sbin/sysctl -n hw.machine_arch 2>/dev/null || \
+ /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \
echo unknown)`
case "$UNAME_MACHINE_ARCH" in
aarch64eb) machine=aarch64_be-unknown ;;
@@ -1483,8 +1482,8 @@ EOF
i*86:rdos:*:*)
echo "$UNAME_MACHINE"-pc-rdos
exit ;;
- i*86:AROS:*:*)
- echo "$UNAME_MACHINE"-pc-aros
+ *:AROS:*:*)
+ echo "$UNAME_MACHINE"-unknown-aros
exit ;;
x86_64:VMkernel:*:*)
echo "$UNAME_MACHINE"-unknown-esx