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 For BE kernels, pass --be8 to the linker
details: https://anonhg.NetBSD.org/src/rev/e1ddab16f2ac
branches: trunk
changeset: 326461:e1ddab16f2ac
user: matt <matt%NetBSD.org@localhost>
date: Thu Jan 30 00:07:35 2014 +0000
description:
For BE kernels, pass --be8 to the linker
diffstat:
sys/arch/evbarm/conf/mk.cubie | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 8a499b1b5b50 -r e1ddab16f2ac sys/arch/evbarm/conf/mk.cubie
--- a/sys/arch/evbarm/conf/mk.cubie Wed Jan 29 23:47:35 2014 +0000
+++ b/sys/arch/evbarm/conf/mk.cubie Thu Jan 30 00:07:35 2014 +0000
@@ -1,6 +1,10 @@
-# $NetBSD: mk.cubie,v 1.2 2013/09/06 22:56:47 matt Exp $
+# $NetBSD: mk.cubie,v 1.3 2014/01/30 00:07:35 matt Exp $
CPPFLAGS+= -mcpu=cortex-a8 -mfpu=neon
+.if !empty(MACHINE_ARCH:M*eb)
+EXTRA_LINKFLAGS+= --be8
+.endif
+
SYSTEM_FIRST_OBJ= cubie_start.o
SYSTEM_FIRST_SFILE= ${THISARM}/cubie/cubie_start.S
Home |
Main Index |
Thread Index |
Old Index