Source-Changes-HG archive

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

[src/trunk]: src/sys Use integrated assembler with clang for Via PadLock.



details:   https://anonhg.NetBSD.org/src/rev/ea3a9b6046df
branches:  trunk
changeset: 766946:ea3a9b6046df
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Jul 04 16:20:45 2011 +0000

description:
Use integrated assembler with clang for Via PadLock.

diffstat:

 sys/arch/i386/conf/Makefile.i386 |  3 +--
 sys/modules/padlock/Makefile     |  4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r ebe55bf29ac3 -r ea3a9b6046df sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Mon Jul 04 16:10:38 2011 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Mon Jul 04 16:20:45 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.172 2011/06/10 03:19:25 joerg Exp $
+#      $NetBSD: Makefile.i386,v 1.173 2011/07/04 16:20:45 joerg Exp $
 
 # Makefile for NetBSD
 #
@@ -35,7 +35,6 @@
 ##
 CPPFLAGS+=     -Di386
 
-AFLAGS.via_padlock.c= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 AFLAGS.mptramp.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
 CWARNFLAGS.ah_regdomain.c= ${${ACTIVE_CC} == "clang":?-Wno-error:}
 AFLAGS.spl.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
diff -r ebe55bf29ac3 -r ea3a9b6046df sys/modules/padlock/Makefile
--- a/sys/modules/padlock/Makefile      Mon Jul 04 16:10:38 2011 +0000
+++ b/sys/modules/padlock/Makefile      Mon Jul 04 16:20:45 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/06/10 04:45:41 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/07/04 16:20:46 joerg Exp $
 
 .include "../Makefile.inc"
 
@@ -10,6 +10,4 @@
 
 WARNS= 4
 
-COPTS.via_padlock.c+=  ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index