972900e4ca
to avoid having the kernel toolchain flags split over a billion different files.
11 lines
204 B
Makefile
11 lines
204 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2009/11/27 13:50:29 pooka Exp $
|
|
|
|
CFLAGS+= -mno-red-zone
|
|
|
|
# this should really be !(RUMPKERNEL && PIC)
|
|
.if !defined(RUMPKERNEL)
|
|
CFLAGS+= -mcmodel=kernel
|
|
.endif
|
|
|
|
USE_SSP?= yes
|