Module Name: src
Committed By: joerg
Date: Fri May 20 13:18:42 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
Log Message:
LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/sys/arch/amd64/conf/Makefile.amd64:1.31
--- src/sys/arch/amd64/conf/Makefile.amd64:1.30 Wed Jan 12 23:12:11 2011
+++ src/sys/arch/amd64/conf/Makefile.amd64 Fri May 20 13:18:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.30 2011/01/12 23:12:11 joerg Exp $
+# $NetBSD: Makefile.amd64,v 1.31 2011/05/20 13:18:42 joerg Exp $
# Makefile for NetBSD
#
@@ -64,6 +64,11 @@
spl.o: ${AMD64}/amd64/spl.S assym.h
${NORMAL_S}
+AFLAGS.locore.S= -no-integrated-as
+AFLAGS.mptramp.S= -no-integrated-as
+AFLAGS.linux32_sigcode.S= -no-integrated-as
+AFLAGS.netbsd32_sigcode.S= -no-integrated-as
+
##
## (5) link settings
##