Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/padlock Disable integrated assembler for clang u...



details:   https://anonhg.NetBSD.org/src/rev/76559778d090
branches:  trunk
changeset: 765917:76559778d090
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jun 10 04:45:41 2011 +0000

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

diffstat:

 sys/modules/padlock/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 137062e9a9a0 -r 76559778d090 sys/modules/padlock/Makefile
--- a/sys/modules/padlock/Makefile      Fri Jun 10 03:19:25 2011 +0000
+++ b/sys/modules/padlock/Makefile      Fri Jun 10 04:45:41 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index