summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-30 19:08:49 +0000
committerru <ru@FreeBSD.org>2003-06-30 19:08:49 +0000
commitc068a33b943a97cc48b34f2b81a3c9009ea95603 (patch)
tree51764e409b6901a457b9b77fd69329293df96b60 /lib/libstand
parente36739ab6c6d884a3a975a94ea30d78b2c9f60f7 (diff)
downloadFreeBSD-src-c068a33b943a97cc48b34f2b81a3c9009ea95603.zip
FreeBSD-src-c068a33b943a97cc48b34f2b81a3c9009ea95603.tar.gz
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
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile1
1 files changed, 0 insertions, 1 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
OpenPOWER on IntegriCloud