Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/cesfic/conf Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/b11386814cb4
branches: netbsd-7
changeset: 798942:b11386814cb4
user: snj <snj%NetBSD.org@localhost>
date: Wed Feb 04 06:52:59 2015 +0000
description:
Pull up following revision(s) (requested by chs in ticket #483):
sys/arch/cesfic/conf/Makefile.cesfic: revision 1.17
fix build with gcc48.
diffstat:
sys/arch/cesfic/conf/Makefile.cesfic | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 68663cc2e1f8 -r b11386814cb4 sys/arch/cesfic/conf/Makefile.cesfic
--- a/sys/arch/cesfic/conf/Makefile.cesfic Wed Feb 04 06:50:46 2015 +0000
+++ b/sys/arch/cesfic/conf/Makefile.cesfic Wed Feb 04 06:52:59 2015 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index