Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cesfic/conf always use -traditional-cpp



details:   https://anonhg.NetBSD.org/src/rev/5b0825deb0f0
branches:  trunk
changeset: 552632:5b0825deb0f0
user:      cl <cl%NetBSD.org@localhost>
date:      Sun Sep 28 21:22:45 2003 +0000

description:
always use -traditional-cpp

diffstat:

 sys/arch/cesfic/conf/Makefile.cesfic |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 268bad4badd8 -r 5b0825deb0f0 sys/arch/cesfic/conf/Makefile.cesfic
--- a/sys/arch/cesfic/conf/Makefile.cesfic      Sun Sep 28 21:14:41 2003 +0000
+++ b/sys/arch/cesfic/conf/Makefile.cesfic      Sun Sep 28 21:22:45 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cesfic,v 1.10 2003/09/14 17:13:36 cl Exp $
+#      $NetBSD: Makefile.cesfic,v 1.11 2003/09/28 21:22:45 cl Exp $
 
 # Makefile for NetBSD
 #
@@ -34,11 +34,7 @@
 CPPFLAGS+=     -Dcesfic
 CWARNFLAGS+=   -Wno-format
 CFLAGS+=       -msoft-float
-.if ${HAVE_GCC3} == "yes"
-AFLAGS+=       -x assembler-with-cpp -Wa,-m68030 -Wa,-m68851 -Wa,-m68040
-.else
 AFLAGS+=       -x assembler-with-cpp -traditional-cpp -Wa,-m68030 -Wa,-m68851 -Wa,-m68040
-.endif
 
 ##
 ## (3) libkern and compat



Home | Main Index | Thread Index | Old Index