diff --git a/sys/arch/mips/include/Makefile.inc b/sys/arch/mips/include/Makefile.inc index 0fb1d41bebe4..3d52eda9bead 100644 --- a/sys/arch/mips/include/Makefile.inc +++ b/sys/arch/mips/include/Makefile.inc @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.inc,v 1.9 2011/01/21 15:59:07 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.10 2016/06/09 05:43:51 martin Exp $ -CFLAGS+= -G 0 -ffixed-23 +CFLAGS+= -G 0 -ffixed-24 # this should really be !(RUMPKERNEL && target=PIC) .if !defined(RUMPKERNEL)