Add -D__pmax__. Leave -Dpmax until all uses changed to __pmax__.
This commit is contained in:
parent
9caaf18836
commit
85e00b2364
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.pmax,v 1.57 1998/04/19 04:51:18 jonathan Exp $
|
# $NetBSD: Makefile.pmax,v 1.58 1998/04/19 08:01:01 jonathan Exp $
|
||||||
|
|
||||||
# Makefile for NetBSD
|
# Makefile for NetBSD
|
||||||
#
|
#
|
||||||
|
@ -47,7 +47,7 @@ MIPS= $S/arch/mips
|
||||||
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
|
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
|
||||||
INCLUDES= -I. -I$S/arch -I$S -nostdinc
|
INCLUDES= -I. -I$S/arch -I$S -nostdinc
|
||||||
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
|
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
|
||||||
-Dpmax ${GP}
|
-D__pmax__ -Dpmax ${GP}
|
||||||
# -Wno-uninitialized avoids bogus warnings in cpu_reboot()
|
# -Wno-uninitialized avoids bogus warnings in cpu_reboot()
|
||||||
CWARNFLAGS?= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
|
CWARNFLAGS?= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
|
||||||
.if (${HAVE_GCC28} != "")
|
.if (${HAVE_GCC28} != "")
|
||||||
|
|
Loading…
Reference in New Issue