Module Name: src
Committed By: joerg
Date: Wed Aug 17 21:42:16 UTC 2011
Modified Files:
src/sys/arch/xen/conf: Makefile.xen
Log Message:
Works with clang's integrated assembler now.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/xen/conf/Makefile.xen
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/xen/conf/Makefile.xen
diff -u src/sys/arch/xen/conf/Makefile.xen:1.33 src/sys/arch/xen/conf/Makefile.xen:1.34
--- src/sys/arch/xen/conf/Makefile.xen:1.33 Mon May 30 15:06:32 2011
+++ src/sys/arch/xen/conf/Makefile.xen Wed Aug 17 21:42:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.xen,v 1.33 2011/05/30 15:06:32 joerg Exp $
+# $NetBSD: Makefile.xen,v 1.34 2011/08/17 21:42:16 joerg Exp $
# NetBSD: Makefile.i386,v 1.132 2003/07/05 16:56:10 simonb Exp
# Makefile for NetBSD
@@ -55,8 +55,6 @@
##
KERN_AS= obj
-AFLAGS.linux32_sigcode.S+= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.netbsd32_sigcode.S+= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
CWARNFLAGS.ah_regdomain.c= ${${ACTIVE_CC} == "clang":?-Wno-error:}
##