From c068a33b943a97cc48b34f2b81a3c9009ea95603 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 30 Jun 2003 19:08:49 +0000 Subject: [PATCH] bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip symbols from intermediate object files, so these hacks to get AMD64 compile are no longer needed. Tested on: sledge.FreeBSD.org --- lib/libstand/Makefile | 1 - sys/boot/ficl/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 9714b8c85015..0ab312d97b1a 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 d3b892469e56..6f94b86d4078 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