Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/common We do not want to build the code model markes...
details: https://anonhg.NetBSD.org/src/rev/5f6824ba7d4e
branches: trunk
changeset: 791398:5f6824ba7d4e
user: martin <martin%NetBSD.org@localhost>
date: Sat Nov 16 10:50:43 2013 +0000
description:
We do not want to build the code model markes when creating the 32bit
compat libs for sparc64
diffstat:
lib/csu/common/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c28d53f6eb1e -r 5f6824ba7d4e lib/csu/common/Makefile.inc
--- a/lib/csu/common/Makefile.inc Sat Nov 16 10:34:47 2013 +0000
+++ b/lib/csu/common/Makefile.inc Sat Nov 16 10:50:43 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.21 2013/11/14 12:19:34 martin Exp $
+# $NetBSD: Makefile.inc,v 1.22 2013/11/16 10:50:43 martin Exp $
.include <bsd.own.mk>
@@ -21,7 +21,7 @@
OBJS+= crtfm.o
.endif
-.if ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "sparc64" && "${COPTS:M-m32}" == ""
# create helper objects for the compiler to mark compiler memory models
.for m in medlow medmid medany
sparc_mc${m}.o: compident.S sysident_assym.h
Home |
Main Index |
Thread Index |
Old Index