summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libstand/Makefile1
-rw-r--r--sys/boot/ficl/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 9714b8c..0ab312d 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -26,7 +26,6 @@ CFLAGS+= -msoft-float
.endif
.if ${MACHINE_ARCH} == "amd64"
CFLAGS+= -m32
-LDFLAGS+= -m elf_i386_fbsd
.endif
# standalone components and stuff we have modified locally
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index d3b8924..6f94b86 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -43,7 +43,6 @@ SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr ficllocal.fr \
.if defined(REALLY_AMD64)
CFLAGS+= -m32 -I.
-LDFLAGS= -m elf_i386_fbsd
.endif
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}/../common
OpenPOWER on IntegriCloud