diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index 8a14c0b97a61..ab619c6c6f5b 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.amiga,v 1.100 2002/06/04 21:39:09 thorpej Exp $ +# $NetBSD: Makefile.amiga,v 1.101 2002/11/26 18:51:12 thorpej Exp $ # Makefile for NetBSD # @@ -38,11 +38,7 @@ CMACHFLAGS= -m68020 CMACHFLAGS= -m68060 -Wa,-m68030 -Wa,-m68851 .endif CFLAGS+= ${CMACHFLAGS} -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/atari/conf/Makefile.atari b/sys/arch/atari/conf/Makefile.atari index ae13b45f181b..6bf5225a62d9 100644 --- a/sys/arch/atari/conf/Makefile.atari +++ b/sys/arch/atari/conf/Makefile.atari @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.atari,v 1.67 2002/06/04 21:39:09 thorpej Exp $ +# $NetBSD: Makefile.atari,v 1.68 2002/11/26 18:51:13 thorpej Exp $ # Makefile for NetBSD # @@ -33,11 +33,7 @@ CMACHFLAGS= -m68020 CMACHFLAGS= -m68060 -Wa,-m68030 .endif CFLAGS+= ${CMACHFLAGS} -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 55281cba19b2..dc8553226a46 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hp300,v 1.83 2002/06/04 21:39:10 thorpej Exp $ +# $NetBSD: Makefile.hp300,v 1.84 2002/11/26 18:51:14 thorpej Exp $ # Makefile for NetBSD # @@ -33,11 +33,7 @@ GENASSYM= ${HP300}/hp300/genassym.cf ## CPPFLAGS+= -Dhp300 CFLAGS+= -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 1527c8a981eb..e104c12f94bc 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.i386,v 1.126 2002/11/24 18:56:01 christos Exp $ +# $NetBSD: Makefile.i386,v 1.127 2002/11/26 18:51:14 thorpej Exp $ # Makefile for NetBSD # @@ -32,11 +32,7 @@ GENASSYM= ${I386}/i386/genassym.cf ## (2) compile settings ## CPPFLAGS+= -Di386 -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/luna68k/conf/Makefile.luna68k b/sys/arch/luna68k/conf/Makefile.luna68k index a1e22b8f965d..751d249d2c8d 100644 --- a/sys/arch/luna68k/conf/Makefile.luna68k +++ b/sys/arch/luna68k/conf/Makefile.luna68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.luna68k,v 1.14 2002/06/04 21:39:10 thorpej Exp $ +# $NetBSD: Makefile.luna68k,v 1.15 2002/11/26 18:51:14 thorpej Exp $ # Makefile for NetBSD # @@ -32,11 +32,7 @@ GENASSYM= ${LUNA68K}/luna68k/genassym.cf ## CPPFLAGS+= -Dluna68k CFLAGS+= -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 7bccc4a87267..baf4e3216ec4 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mac68k,v 1.84 2002/06/04 21:39:10 thorpej Exp $ +# $NetBSD: Makefile.mac68k,v 1.85 2002/11/26 18:51:15 thorpej Exp $ # Makefile for NetBSD # @@ -33,11 +33,7 @@ GENASSYM= ${MAC68K}/mac68k/genassym.cf ## CPPFLAGS+= -Dmac68k CFLAGS+= -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 55fd98a0b71c..2fb8adc30784 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mvme68k,v 1.56 2002/06/04 21:39:11 thorpej Exp $ +# $NetBSD: Makefile.mvme68k,v 1.57 2002/11/26 18:51:15 thorpej Exp $ # Makefile for NetBSD # @@ -46,11 +46,7 @@ CMACHFLAGS= -m68020-60 -Wa,-m68030 -Wa,-m68851 .endif .endif CFLAGS+= ${CMACHFLAGS} -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/news68k/conf/Makefile.news68k b/sys/arch/news68k/conf/Makefile.news68k index ca68df4867c9..abb7a0a422fc 100644 --- a/sys/arch/news68k/conf/Makefile.news68k +++ b/sys/arch/news68k/conf/Makefile.news68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.news68k,v 1.14 2002/06/04 21:39:11 thorpej Exp $ +# $NetBSD: Makefile.news68k,v 1.15 2002/11/26 18:51:16 thorpej Exp $ # # Makefile for NetBSD # @@ -36,11 +36,7 @@ GENASSYM= ${NEWS68K}/news68k/genassym.cf ## CPPFLAGS+= -Dnews68k CFLAGS+= -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/next68k/conf/Makefile.next68k b/sys/arch/next68k/conf/Makefile.next68k index a38feaab25e5..570d4384d01f 100644 --- a/sys/arch/next68k/conf/Makefile.next68k +++ b/sys/arch/next68k/conf/Makefile.next68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.next68k,v 1.24 2002/06/04 21:39:11 thorpej Exp $ +# $NetBSD: Makefile.next68k,v 1.25 2002/11/26 18:51:16 thorpej Exp $ # Makefile for NetBSD # @@ -33,11 +33,7 @@ GENASSYM= ${NEXT68K}/next68k/genassym.cf ## CPPFLAGS+= -Dnext68k CFLAGS+= -msoft-float -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 4cd40f084273..e9ec669e17ed 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc,v 1.81 2002/07/01 16:37:08 christos Exp $ +# $NetBSD: Makefile.sparc,v 1.82 2002/11/26 18:51:16 thorpej Exp $ # Makefile for NetBSD # @@ -34,11 +34,7 @@ GENASSYM= ${SPARC}/sparc/genassym.cf # work around GCC (egcs-2.91.66) bug which is liable # to use FPU registers as temporaries: CFLAGS+= -mno-fpu -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index cdbe1f8ae14e..aa344fdab81e 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc64,v 1.48 2002/09/06 06:16:57 jdolecek Exp $ +# $NetBSD: Makefile.sparc64,v 1.49 2002/11/26 18:51:17 thorpej Exp $ #========================================================================= # @@ -70,11 +70,7 @@ CPPFLAGS+= -m32 -Wa,-Av8plusa -mcpu=ultrasparc AFLAGS+= -Wa,-Av8plusa .endif CFLAGS+= -mno-fpu -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif NOOPT_C= ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -O0 -c $< diff --git a/sys/arch/sun2/conf/Makefile.sun2 b/sys/arch/sun2/conf/Makefile.sun2 index 388229749425..c8def2687575 100644 --- a/sys/arch/sun2/conf/Makefile.sun2 +++ b/sys/arch/sun2/conf/Makefile.sun2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sun2,v 1.14 2002/10/20 02:37:33 chs Exp $ +# $NetBSD: Makefile.sun2,v 1.15 2002/11/26 18:51:17 thorpej Exp $ # Makefile for NetBSD # @@ -33,11 +33,7 @@ GENASSYM= ${SUN2}/sun2/genassym.cf ## CPPFLAGS+= -Dsun2 CFLAGS+= -msoft-float -fno-defer-pop -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 5e3e6300a9a2..65dca44218be 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sun3,v 1.95 2002/06/04 21:39:12 thorpej Exp $ +# $NetBSD: Makefile.sun3,v 1.96 2002/11/26 18:51:17 thorpej Exp $ # Makefile for NetBSD # @@ -33,11 +33,7 @@ GENASSYM= ${SUN3}/${MACHTYPE}/genassym.cf ## CPPFLAGS+= -Dsun3 CFLAGS+= ${CMACHFLAGS} -msoft-float -fno-defer-pop -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif ## ## (3) libkern and compat diff --git a/sys/arch/x68k/conf/Makefile.x68k b/sys/arch/x68k/conf/Makefile.x68k index f61811324a29..3028dbcb892d 100644 --- a/sys/arch/x68k/conf/Makefile.x68k +++ b/sys/arch/x68k/conf/Makefile.x68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.x68k,v 1.56 2002/06/04 21:39:13 thorpej Exp $ +# $NetBSD: Makefile.x68k,v 1.57 2002/11/26 18:51:18 thorpej Exp $ # # Makefile for NetBSD # @@ -32,11 +32,7 @@ GENASSYM= ${X68K}/x68k/genassym.cf ## (2) compile settings ## CPPFLAGS+= -Dx68k -.if defined(HAVE_GCC3) -AFLAGS+= -x assembler-with-cpp -.else AFLAGS+= -x assembler-with-cpp -traditional-cpp -.endif CMACHFLAGS?= -m68020-60 -Wa,-m68030 -Wa,-m68851 CFLAGS+= ${CMACHFLAGS} -msoft-float