Set LP64 default to "no".

This commit is contained in:
sekiya 2004-10-01 07:00:12 +00:00
parent 57e4e59495
commit 1723326ecb

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mips,v 1.37 2004/10/01 06:46:40 sekiya Exp $
# $NetBSD: Makefile.mips,v 1.38 2004/10/01 07:00:12 sekiya Exp $
# Makefile for NetBSD
#
@ -47,6 +47,7 @@ GP?= ${DEFGP}
CFLAGS+= ${GP} -mno-abicalls -msoft-float
AFLAGS+= -mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS}
LP64?=no
.if ${LP64} == "yes"
# 64-bit kernels
CPPFLAGS+= -D_LP64 -mabi=64