Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf Works with clang's integrated assembler now.



details:   https://anonhg.NetBSD.org/src/rev/0d15b45d6f3e
branches:  trunk
changeset: 768508:0d15b45d6f3e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 17 21:42:16 2011 +0000

description:
Works with clang's integrated assembler now.

diffstat:

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

diffs (18 lines):

diff -r afe5787102d9 -r 0d15b45d6f3e sys/arch/xen/conf/Makefile.xen
--- a/sys/arch/xen/conf/Makefile.xen    Wed Aug 17 20:46:27 2011 +0000
+++ b/sys/arch/xen/conf/Makefile.xen    Wed Aug 17 21:42:16 2011 +0000
@@ -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:}
 
 ##



Home | Main Index | Thread Index | Old Index