Module Name: src Committed By: joerg Date: Mon Jul 4 16:20:46 UTC 2011
Modified Files: src/sys/arch/i386/conf: Makefile.i386 src/sys/modules/padlock: Makefile Log Message: Use integrated assembler with clang for Via PadLock. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/arch/i386/conf/Makefile.i386 cvs rdiff -u -r1.2 -r1.3 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/arch/i386/conf/Makefile.i386 diff -u src/sys/arch/i386/conf/Makefile.i386:1.172 src/sys/arch/i386/conf/Makefile.i386:1.173 --- src/sys/arch/i386/conf/Makefile.i386:1.172 Fri Jun 10 03:19:25 2011 +++ src/sys/arch/i386/conf/Makefile.i386 Mon Jul 4 16:20:45 2011 @@ -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:} Index: src/sys/modules/padlock/Makefile diff -u src/sys/modules/padlock/Makefile:1.2 src/sys/modules/padlock/Makefile:1.3 --- src/sys/modules/padlock/Makefile:1.2 Fri Jun 10 04:45:41 2011 +++ src/sys/modules/padlock/Makefile Mon Jul 4 16:20:46 2011 @@ -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>