xref: /minix/sys/arch/i386/stand/Makefile.inc (revision 0a6a1f1d)
1#	$NetBSD: Makefile.inc,v 1.12 2014/05/01 18:37:26 dsl Exp $
2
3.include <bsd.own.mk>
4
5BINDIR=	/usr/mdec
6
7OPT_SIZE.gcc=	-Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \
8		-fno-asynchronous-unwind-tables -fno-exceptions
9OPT_SIZE.clang=	-Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
10		-fno-stack-protector -mno-sse \
11		-mstack-alignment=4 \
12		-mllvm -inline-threshold=3 -mllvm -enable-load-pre=false \
13		-fno-unwind-tables
14