summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/Makefile.inc
blob: 8ef8f5725ca5ae243fb00fbe785ca6552363e644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile.inc,v 1.12 2014/05/01 18:37:26 dsl Exp $

.include <bsd.own.mk>

BINDIR=	/usr/mdec

OPT_SIZE.gcc=	-Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \
		-fno-asynchronous-unwind-tables -fno-exceptions
OPT_SIZE.clang=	-Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
		-fno-stack-protector -mno-sse \
		-mstack-alignment=4 \
		-mllvm -inline-threshold=3 -mllvm -enable-load-pre=false \
		-fno-unwind-tables