Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch/arm Handle CPUFLAGS being empty
details: https://anonhg.NetBSD.org/src/rev/813c7f4bb3c8
branches: trunk
changeset: 784247:813c7f4bb3c8
user: matt <matt%NetBSD.org@localhost>
date: Wed Jan 23 02:31:54 2013 +0000
description:
Handle CPUFLAGS being empty
diffstat:
libexec/ld.elf_so/arch/arm/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c20219f0a93b -r 813c7f4bb3c8 libexec/ld.elf_so/arch/arm/Makefile.inc
--- a/libexec/ld.elf_so/arch/arm/Makefile.inc Wed Jan 23 02:18:50 2013 +0000
+++ b/libexec/ld.elf_so/arch/arm/Makefile.inc Wed Jan 23 02:31:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 2013/01/23 02:18:50 matt Exp $
+# $NetBSD: Makefile.inc,v 1.15 2013/01/23 02:31:54 matt Exp $
SRCS+= rtld_start.S mdreloc.c
@@ -7,7 +7,7 @@
CPPFLAGS+= -DELFSIZE=32
.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb" \
- || (!empty(CFLAGS) && ${CFLAGS:Mabi=aapcs} != "")
+ || (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
CPPFLAGS+= -DHAVE_INITFINI_ARRAY
.endif
Home |
Main Index |
Thread Index |
Old Index