Source-Changes-HG archive

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

[src/trunk]: src/external/apache2/llvm/autoconf/autoconf Add NetBSD/aarch64eb...



details:   https://anonhg.NetBSD.org/src/rev/d2425a61b6ee
branches:  trunk
changeset: 956073:d2425a61b6ee
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Oct 20 10:41:49 2020 +0000

description:
Add NetBSD/aarch64eb support to */config.guess for self-building and mknative.

XXX
Instead of patching each file, it would be better to maintain single
config.*'s as done in pkgsrc...

Patch provided by ryo@.
OK mrg@.

diffstat:

 external/apache2/llvm/autoconf/autoconf/config.guess |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r a96a5ee33861 -r d2425a61b6ee external/apache2/llvm/autoconf/autoconf/config.guess
--- a/external/apache2/llvm/autoconf/autoconf/config.guess      Tue Oct 20 09:53:59 2020 +0000
+++ b/external/apache2/llvm/autoconf/autoconf/config.guess      Tue Oct 20 10:41:49 2020 +0000
@@ -158,6 +158,7 @@
        UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
            /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
        case "${UNAME_MACHINE_ARCH}" in
+           aarch64eb) machine=aarch64_be-unknown ;;
            armeb) machine=armeb-unknown ;;
            arm*) machine=arm-unknown ;;
            sh3el) machine=shl-unknown ;;



Home | Main Index | Thread Index | Old Index