Module Name:    src
Committed By:   snj
Date:           Wed Feb  4 06:52:59 UTC 2015

Modified Files:
        src/sys/arch/cesfic/conf [netbsd-7]: Makefile.cesfic

Log Message:
Pull up following revision(s) (requested by chs in ticket #483):
        sys/arch/cesfic/conf/Makefile.cesfic: revision 1.17
fix build with gcc48.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.30.1 src/sys/arch/cesfic/conf/Makefile.cesfic

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/cesfic/conf/Makefile.cesfic
diff -u src/sys/arch/cesfic/conf/Makefile.cesfic:1.16 src/sys/arch/cesfic/conf/Makefile.cesfic:1.16.30.1
--- src/sys/arch/cesfic/conf/Makefile.cesfic:1.16	Fri Jan 21 15:59:05 2011
+++ src/sys/arch/cesfic/conf/Makefile.cesfic	Wed Feb  4 06:52:59 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.cesfic,v 1.16 2011/01/21 15:59:05 joerg Exp $
+#	$NetBSD: Makefile.cesfic,v 1.16.30.1 2015/02/04 06:52:59 snj Exp $
 
 # Makefile for NetBSD
 #
@@ -35,7 +35,7 @@ CPPFLAGS+=	-Dcesfic
 CWARNFLAGS+=	-Wno-format
 CFLAGS+=	-msoft-float
 AFLAGS+=	-x assembler-with-cpp
-AFLAGS+=	-Wa,-m68040 -Wa,-m68030 -Wa,-m68851
+AFLAGS+=	-Wa,-mcpu=68030 -Wa,-m68040 -Wa,-m68030 -Wa,-m68851
 
 ##
 ## (3) libkern and compat

Reply via email to