NetBSD/sys/arch/pmax/stand/Makefile.inc

26 lines
705 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.3 1999/01/22 14:05:05 simonb Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
BINDIR= /usr/mdec
BINMODE=444
# Tailor C compilation for standalone environment.
COPTS= -O2 # -O2 gives smaller code
C_MACHDEP=-mno-abicalls -G 64 # may give smaller code
# We are so tight for space, ifdef away symlnks and spinning propellers.
DEFS?= -D_STANDALONE -DSMALL -DNO_TWIDDLE
INCL?= -I${.CURDIR} -I$S -I${.CURDIR}/../libsa -I$S/lib/libsa
CFLAGS= ${COPTS} ${CWARN} ${INCPATH} ${DEFS} ${C_MACHDEP}
AFLAGS= -O2 ${INCPATH} ${DEFS} -D_LOCORE
CPPFLAGS= ${INCL}
# be sure to turn off any PIC flags for standalone library code.
CPICFLAGS=
CAPICFLAGS=
CPPPICFLAGS=
APICFLAGS=