Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Link evbarm/aarch64eb kernels in big en...
details: https://anonhg.NetBSD.org/src/rev/80872ed5ce03
branches: trunk
changeset: 938196:80872ed5ce03
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Fri Sep 04 02:21:49 2020 +0000
description:
Link evbarm/aarch64eb kernels in big endian mode
diffstat:
sys/arch/evbarm/conf/mk.generic64 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 81304054a503 -r 80872ed5ce03 sys/arch/evbarm/conf/mk.generic64
--- a/sys/arch/evbarm/conf/mk.generic64 Fri Sep 04 02:15:52 2020 +0000
+++ b/sys/arch/evbarm/conf/mk.generic64 Fri Sep 04 02:21:49 2020 +0000
@@ -1,4 +1,8 @@
-# $NetBSD: mk.generic64,v 1.5 2019/12/16 11:00:30 skrll Exp $
+# $NetBSD: mk.generic64,v 1.6 2020/09/04 02:21:49 jakllsch Exp $
+
+.if !empty(MACHINE_ARCH:M*eb)
+EXTRA_LINKFLAGS+= -EB
+.endif
SYSTEM_FIRST_OBJ= start.o
SYSTEM_FIRST_SFILE= ${ARM}/aarch64/start.S
Home |
Main Index |
Thread Index |
Old Index