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 LLVM's assembler parser doesn't support ...



details:   https://anonhg.NetBSD.org/src/rev/d8fac55a88ce
branches:  trunk
changeset: 765159:d8fac55a88ce
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 20 13:18:42 2011 +0000

description:
LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 1bd46b95b6f6 -r d8fac55a88ce sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Fri May 20 13:17:12 2011 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Fri May 20 13:18:42 2011 +0000
@@ -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
 ##



Home | Main Index | Thread Index | Old Index