mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
# Common defines for all of /sys/boot/i386/
|
|
#
|
|
# $FreeBSD$
|
|
|
|
LOADER_ADDRESS?= 0x200000
|
|
CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
|