Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/compat_linux32 fix build for aarch64eb



details:   https://anonhg.NetBSD.org/src/rev/8502cf73e140
branches:  trunk
changeset: 1026505:8502cf73e140
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sat Nov 27 05:36:39 2021 +0000

description:
fix build for aarch64eb

diffstat:

 sys/modules/compat_linux32/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b33f387b5cae -r 8502cf73e140 sys/modules/compat_linux32/Makefile
--- a/sys/modules/compat_linux32/Makefile       Fri Nov 26 22:37:31 2021 +0000
+++ b/sys/modules/compat_linux32/Makefile       Sat Nov 27 05:36:39 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2021/11/25 03:08:05 ryo Exp $
+#      $NetBSD: Makefile,v 1.11 2021/11/27 05:36:39 ryo Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -17,7 +17,7 @@
 SRCS+= linux32_sysinfo.c linux32_termios.c linux32_time.c
 SRCS+= linux32_unistd.c linux32_utsname.c linux32_wait.c
 
-.if ${MACHINE_ARCH} == "aarch64"
+.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "aarch64eb"
 CPPFLAGS+=     -DEXEC_ELF32
 .PATH: ${S}/compat/linux32/arch/aarch64
 SRCS+= linux32_exec_machdep.c linux32_ipccall.c linux32_machdep.c



Home | Main Index | Thread Index | Old Index