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 Simplify. earm is dealt with elsewhere.



details:   https://anonhg.NetBSD.org/src/rev/d5d71d71d2df
branches:  trunk
changeset: 786460:d5d71d71d2df
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 29 07:21:59 2013 +0000

description:
Simplify. earm is dealt with elsewhere.

diffstat:

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

diffs (13 lines):

diff -r 5704013e4f62 -r d5d71d71d2df lib/csu/arch/arm/Makefile.inc
--- a/lib/csu/arch/arm/Makefile.inc     Sun Apr 28 23:42:23 2013 +0000
+++ b/lib/csu/arch/arm/Makefile.inc     Mon Apr 29 07:21:59 2013 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.4 2013/01/23 02:14:14 matt Exp $
+# $NetBSD: Makefile.inc,v 1.5 2013/04/29 07:21:59 skrll Exp $
 
 CPPFLAGS+=     -DELFSIZE=32
-.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb" \
-    || (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
+.if (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
 CPPFLAGS+=      -DHAVE_INITFINI_ARRAY
 .endif



Home | Main Index | Thread Index | Old Index