summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/libofw/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2008-09-19 19:49:58 +0000
committersobomax <sobomax@FreeBSD.org>2008-09-19 19:49:58 +0000
commit40389ddc0408f61035afc11ebe0aa6b46dda5a54 (patch)
treea73de336eb83cfdd94a00e5b1716b9c40532d1cd /sys/boot/ofw/libofw/Makefile
parent909d5d083f4f775e870dfce1661a4dcd84855ffb (diff)
downloadFreeBSD-src-40389ddc0408f61035afc11ebe0aa6b46dda5a54.zip
FreeBSD-src-40389ddc0408f61035afc11ebe0aa6b46dda5a54.tar.gz
Backout rev 183181. It appears that I should have been using boot-device
of "cd:,\\:tbxi" with properly configured boot.tbxi, instead of booting \boot\loader directly. Rev 183168 could probably stay, since it can be viewed as an anti-foot-shooting measure and has no impact on normal operation. I can revert it as well, if anybody objects.
Diffstat (limited to 'sys/boot/ofw/libofw/Makefile')
-rw-r--r--sys/boot/ofw/libofw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile
index 0e45708..8a56a77 100644
--- a/sys/boot/ofw/libofw/Makefile
+++ b/sys/boot/ofw/libofw/Makefile
@@ -14,7 +14,7 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
CFLAGS+= -ffreestanding
.if ${MACHINE_ARCH} == "powerpc"
-CFLAGS+= -msoft-float -DPOWERMAC_SCREEN_HACK
+CFLAGS+= -msoft-float
.endif
.ifdef(BOOT_DISK_DEBUG)
OpenPOWER on IntegriCloud