summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-10-04 20:01:46 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-10-04 20:01:46 +0000
commit97833dbcfa0db5ff5f614fd8d88a6cf72b5df361 (patch)
tree9a52fe5ea93d76a2df8ef5627918c5d4c146f17b
parentfd8a7964976037856feb9b428bd3e51736a049f6 (diff)
pmax kernels have problems with -O2 so use -O
-rw-r--r--sys/arch/pmax/conf/Makefile.pmax2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax
index 82c02665ffc..c3c016f1f46 100644
--- a/sys/arch/pmax/conf/Makefile.pmax
+++ b/sys/arch/pmax/conf/Makefile.pmax
@@ -47,7 +47,7 @@ CDIAGFLAGS= -Werror -Wno-main
CMACHFLAGS= -mno-abicalls -mcpu=r3000
-CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS}
+CFLAGS= ${DEBUG} -O ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -N -Ttext 80030000 -e start
STRIPFLAGS= -d