summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ld
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-26 03:24:26 +0000
committerobrien <obrien@FreeBSD.org>2003-04-26 03:24:26 +0000
commit5928fa1306c88c9cad2be4c70f40e722c0c493b7 (patch)
treea3be71492df5ad7b94802660e9c4054299310d3d /gnu/usr.bin/binutils/ld
parentb69a437d31fc3e189fb170af20ee5ae8a9077e90 (diff)
downloadFreeBSD-src-5928fa1306c88c9cad2be4c70f40e722c0c493b7.zip
FreeBSD-src-5928fa1306c88c9cad2be4c70f40e722c0c493b7.tar.gz
Remove first attempt at x86-64 bits. We're going to call it "amd64" now.
Sponsored by: Microsoft
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.x86-6420
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.x86-64 b/gnu/usr.bin/binutils/ld/Makefile.x86-64
deleted file mode 100644
index c7a75f4..0000000
--- a/gnu/usr.bin/binutils/ld/Makefile.x86-64
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-TARGET_TUPLE?= x86_64-obrien-freebsd
-
-NATIVE_EMULATION= elf_x86_64_fbsd
-HOST= ${TARGET_TUPLE}
-CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
-CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
-_x86_64_path= \"${TOOLS_PREFIX}/usr/lib\"
-EMS+= ${NATIVE_EMULATION}
-LDSCRIPTS+= ${NATIVE_EMULATION}.x ${NATIVE_EMULATION}.xbn ${NATIVE_EMULATION}.xn ${NATIVE_EMULATION}.xr \
- ${NATIVE_EMULATION}.xs ${NATIVE_EMULATION}.xu ${NATIVE_EMULATION}.xc ${NATIVE_EMULATION}.xsc
-SRCS+= e${NATIVE_EMULATION}.c
-CLEANFILES+= e${NATIVE_EMULATION}.c
-
-e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em scripttempl/elf.sc \
- genscripts.sh stringify.sed
- sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_x86_64_path} \
- ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
- "${NATIVE_EMULATION}" "" ${NATIVE_EMULATION} "${TARGET_TUPLE}"
OpenPOWER on IntegriCloud