Module Name:    src
Committed By:   joerg
Date:           Fri Jun 10 04:45:41 UTC 2011

Modified Files:
        src/sys/modules/padlock: Makefile

Log Message:
Disable integrated assembler for clang until the RNG instructions are
supported


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/padlock/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/modules/padlock/Makefile
diff -u src/sys/modules/padlock/Makefile:1.1 src/sys/modules/padlock/Makefile:1.2
--- src/sys/modules/padlock/Makefile:1.1	Sat Feb 19 14:25:30 2011
+++ src/sys/modules/padlock/Makefile	Fri Jun 10 04:45:41 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2011/02/19 14:25:30 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.2 2011/06/10 04:45:41 joerg Exp $
 
 .include "../Makefile.inc"
 
@@ -10,4 +10,6 @@
 
 WARNS=	4
 
+COPTS.via_padlock.c+=	${${ACTIVE_CC} == "clang":?-no-integrated-as:}
+
 .include <bsd.kmodule.mk>

Reply via email to