Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/arch/arm Define ELF_NOTE_MARCH_DESC for when running...



details:   https://anonhg.NetBSD.org/src/rev/db95824d7339
branches:  trunk
changeset: 789860:db95824d7339
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Sep 10 22:00:01 2013 +0000

description:
Define ELF_NOTE_MARCH_DESC for when running non-eabi in compat_netbsd32

diffstat:

 lib/csu/arch/arm/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b533296cdd8f -r db95824d7339 lib/csu/arch/arm/Makefile.inc
--- a/lib/csu/arch/arm/Makefile.inc     Tue Sep 10 21:30:21 2013 +0000
+++ b/lib/csu/arch/arm/Makefile.inc     Tue Sep 10 22:00:01 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.6 2013/06/27 21:24:39 matt Exp $
+# $NetBSD: Makefile.inc,v 1.7 2013/09/10 22:00:01 matt Exp $
 
 CPPFLAGS+=     -I${ARCHDIR}
 .if (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
 CPPFLAGS+=      -DHAVE_INITFINI_ARRAY
 .endif
+CPPFLAGS+=     -DELF_NOTE_MARCH_DESC=\"${CSU_MACHINE_ARCH}\"



Home | Main Index | Thread Index | Old Index