diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-02-23 04:36:15 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-02-23 04:36:15 +0000 |
| commit | 90774cfa30f76d8bf06750b02437791824635002 (patch) | |
| tree | 44ec8700932bfcb08f82f51045dc9c8acc7abf77 | |
| parent | 3c5ef798a0c12f5d27ef6e02a3d268c094c9991c (diff) | |
Notes
| -rw-r--r-- | sys/boot/ofw/libofw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile index 0cd0cf10f2f2..7db8b8e36a0d 100644 --- a/sys/boot/ofw/libofw/Makefile +++ b/sys/boot/ofw/libofw/Makefile @@ -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 |
