Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf LLVM's assembler parser doesn't support ....



details:   https://anonhg.NetBSD.org/src/rev/65cc75c365c1
branches:  trunk
changeset: 765163:65cc75c365c1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 20 13:22:30 2011 +0000

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

diffstat:

 sys/arch/i386/conf/Makefile.i386 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d9ec0bd1e26d -r 65cc75c365c1 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Fri May 20 13:21:54 2011 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Fri May 20 13:22:30 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.168 2011/01/12 23:12:12 joerg Exp $
+#      $NetBSD: Makefile.i386,v 1.169 2011/05/20 13:22:30 joerg Exp $
 
 # Makefile for NetBSD
 #
@@ -35,6 +35,7 @@
 ##
 CPPFLAGS+=     -Di386
 AFLAGS+=       -x assembler-with-cpp
+AFLAGS.mptramp.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 
 ##
 ## (3) libkern and compat



Home | Main Index | Thread Index | Old Index