Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Disable LLVM MC for spl.S for now. The d...
details: https://anonhg.NetBSD.org/src/rev/61303dd3d6e5
branches: trunk
changeset: 765915:61303dd3d6e5
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Jun 10 03:18:27 2011 +0000
description:
Disable LLVM MC for spl.S for now. The different spllower sizes break
patchfunc.
diffstat:
sys/arch/amd64/conf/Makefile.amd64 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ac56d2b34615 -r 61303dd3d6e5 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64 Fri Jun 10 03:17:35 2011 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64 Fri Jun 10 03:18:27 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.36 2011/06/10 03:17:35 joerg Exp $
+# $NetBSD: Makefile.amd64,v 1.37 2011/06/10 03:18:27 joerg Exp $
# Makefile for NetBSD
#
@@ -67,6 +67,7 @@
AFLAGS.mptramp.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
AFLAGS.linux32_sigcode.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
AFLAGS.netbsd32_sigcode.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
+AFLAGS.spl.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
CWARNFLAGS.ah_regdomain.c= ${${ACTIVE_CC} == "clang":?-Wno-error:}
##
Home |
Main Index |
Thread Index |
Old Index