config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update AROS host detection


From: Kalamatee
Subject: Re: Update AROS host detection
Date: Wed, 13 Jan 2021 17:14:54 +0000



On Sun, 10 Jan 2021 at 20:09, Kalamatee <kalamatee@gmail.com> wrote:
AROS detection has been wrong for a number of years and only detects the i386 host.
Please find attached a patch to correct the AROS case.

 build-aux/config.guess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/config.guess b/build-aux/config.guess
index 699b3a10..fa6a27d5 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1480,8 +1480,8 @@ EOF
     i*86:rdos:*:*)
  echo "$UNAME_MACHINE"-pc-rdos
  exit ;;
-    i*86:AROS:*:*)
- echo "$UNAME_MACHINE"-pc-aros
+    *:AROS:*:*)
+ echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-aros
  exit ;;
     x86_64:VMkernel:*:*)
  echo "$UNAME_MACHINE"-unknown-esx



It would be great if someone would let me know what is necessary to get these changes applied - we have problems compiling on a number of our target arch's currently because the configure scripts do not correctly identify them, needing constant patching.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]