diff options
author | ru <ru@FreeBSD.org> | 2003-06-30 19:08:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-06-30 19:08:49 +0000 |
commit | c068a33b943a97cc48b34f2b81a3c9009ea95603 (patch) | |
tree | 51764e409b6901a457b9b77fd69329293df96b60 /sys/boot | |
parent | e36739ab6c6d884a3a975a94ea30d78b2c9f60f7 (diff) | |
download | FreeBSD-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 'sys/boot')
-rw-r--r-- | sys/boot/ficl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index d3b8924..6f94b86 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 |