- use CPUFLAGS rather than CFLAGS/AFLAGS

- specify "-march=r4000 -mabi=32" rather than -mips2
This commit is contained in:
tsutsui 2006-06-11 05:03:20 +00:00
parent 9cfe87267e
commit f6e0502337
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# $NetBSD: Makefile.arc.inc,v 1.14 2005/11/24 12:54:29 dbj Exp $
# $NetBSD: Makefile.arc.inc,v 1.15 2006/06/11 05:03:20 tsutsui Exp $
CFLAGS+= -mips2
AFLAGS+= -mips2
CPUFLAGS?= -march=r4000 -mabi=32