Module Name: src
Committed By: joerg
Date: Fri Jun 10 03:18:27 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
Log Message:
Disable LLVM MC for spl.S for now. The different spllower sizes break
patchfunc.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/conf/Makefile.amd64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.36 src/sys/arch/amd64/conf/Makefile.amd64:1.37
--- src/sys/arch/amd64/conf/Makefile.amd64:1.36 Fri Jun 10 03:17:35 2011
+++ src/sys/arch/amd64/conf/Makefile.amd64 Fri Jun 10 03:18:27 2011
@@ -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:}
##