Module Name:    src
Committed By:   joerg
Date:           Wed Aug 17 22:26:40 UTC 2011

Modified Files:
        src/sys/arch/i386/stand/mbr/gptmbr: Makefile

Log Message:
.code16 user, so disable integrated assembler with clang for now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/stand/mbr/gptmbr/Makefile

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/i386/stand/mbr/gptmbr/Makefile
diff -u src/sys/arch/i386/stand/mbr/gptmbr/Makefile:1.1 src/sys/arch/i386/stand/mbr/gptmbr/Makefile:1.2
--- src/sys/arch/i386/stand/mbr/gptmbr/Makefile:1.1	Wed Aug 17 00:25:05 2011
+++ src/sys/arch/i386/stand/mbr/gptmbr/Makefile	Wed Aug 17 22:26:40 2011
@@ -1,8 +1,10 @@
-#	$NetBSD: Makefile,v 1.1 2011/08/17 00:25:05 jakllsch Exp $
+#	$NetBSD: Makefile,v 1.2 2011/08/17 22:26:40 joerg Exp $
 
 PROG=		gptmbr.bin
 SRCS=		gptmbr.S
 
+AFLAGS.gptmbr.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
+
 .include <../Makefile.mbr>
 
 LOADADDR=	0

Reply via email to