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:
parent
47913882e7
commit
a6c4dc6b5f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user