blob: f7e003dea82c4fd3c125f086a09671395122f1dd (
plain) (
blame)
1
2
3
4
5
6
7
|
# $FreeBSD: src/sys/boot/ia64/Makefile.inc,v 1.3.28.1 2009/04/15 03:14:26 kensmith Exp $
BINDIR?= /boot
# Options used when building standalone components
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
LDFLAGS+= -nostdlib
|