aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2025-12-03 03:57:23 +0000
committerEd Maste <emaste@FreeBSD.org>2026-01-09 16:28:43 +0000
commit94d1731e73ccb97df5fc5928bb584cabb8e37f1f (patch)
treec84a4c5d7bf0d7518a0e7c48b460d693407a1d70 /stand
parent0f937f171a8da9fa8cbbd060632e271e150c3acd (diff)
Diffstat (limited to 'stand')
-rw-r--r--stand/defs.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/stand/defs.mk b/stand/defs.mk
index 504493ebe648..b74dac395d15 100644
--- a/stand/defs.mk
+++ b/stand/defs.mk
@@ -157,11 +157,6 @@ CFLAGS.gcc+= -mcmodel=medany
CFLAGS+= -msoft-float
.endif
-# -msoft-float seems to be insufficient for powerpcspe
-.if ${MACHINE_ARCH} == "powerpcspe"
-CFLAGS+= -mno-spe
-.endif
-
.if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
CFLAGS+= -march=i386
CFLAGS.gcc+= -mpreferred-stack-boundary=2