blob: ba2ac445e17a3bdc9eeaef60b73a6cad6e4e8d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile.inc,v 1.5 2005/12/30 02:03:49 millert Exp $
MDEC_DIR?=/usr/mdec
CFLAGS+= -fno-stack-protector
CFLAGS+= -fno-builtin-vprintf -fno-builtin-printf -fno-builtin-putchar
# Load addresses for first and second stage bootstraps
STAGE1_RELOC=4000
STAGE2_RELOC=6000
STAGE3_RELOC=6000
|