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
This commit is contained in:
ru 2003-06-30 19:08:49 +00:00
parent 47913882e7
commit a6c4dc6b5f
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ CFLAGS+= -msoft-float
.endif .endif
.if ${MACHINE_ARCH} == "amd64" .if ${MACHINE_ARCH} == "amd64"
CFLAGS+= -m32 CFLAGS+= -m32
LDFLAGS+= -m elf_i386_fbsd
.endif .endif
# standalone components and stuff we have modified locally # standalone components and stuff we have modified locally

View File

@ -43,7 +43,6 @@ SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr ficllocal.fr \
.if defined(REALLY_AMD64) .if defined(REALLY_AMD64)
CFLAGS+= -m32 -I. CFLAGS+= -m32 -I.
LDFLAGS= -m elf_i386_fbsd
.endif .endif
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}/../common CFLAGS+= -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}/../common