1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

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:
Ruslan Ermilov 2003-06-30 19:08:49 +00:00
parent ea90b1f55d
commit bc80c08e61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117081
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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