Add -ffreestanding to CFLAGS.

This commit is contained in:
Jake Burkholder 2002-02-23 04:36:15 +00:00
parent 3c5ef798a0
commit 90774cfa30

View file

@ -15,6 +15,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
CFLAGS+= -ffreestanding
.if ${MACHINE_ARCH} == "powerpc"
CFLAGS+= -msoft-float
.endif