summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ld
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-02-03 18:32:29 +0000
committerimp <imp@FreeBSD.org>2010-02-03 18:32:29 +0000
commit24bb3d4208014ad3223c46ba15ea2630fcb6df36 (patch)
treea7cb813d2dd6b773d4a519af78d1479f2a5d8d76 /gnu/usr.bin/binutils/ld
parent315ddc9fec6ae5c181fa2c6b8df4531a60c7efac (diff)
downloadFreeBSD-src-24bb3d4208014ad3223c46ba15ea2630fcb6df36.zip
FreeBSD-src-24bb3d4208014ad3223c46ba15ea2630fcb6df36.tar.gz
Remove alpha support from here too. FreeBSD 6 was the last branch to
support it.
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.alpha33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.alpha b/gnu/usr.bin/binutils/ld/Makefile.alpha
deleted file mode 100644
index 06a14bd..0000000
--- a/gnu/usr.bin/binutils/ld/Makefile.alpha
+++ /dev/null
@@ -1,33 +0,0 @@
-# $FreeBSD$
-
-NATIVE_EMULATION= elf64alpha_fbsd
-
-EMS+= elf64alpha alpha
-.for ext in ${ELF_SCR_EXT}
-LDSCRIPTS+= elf64alpha.${ext}
-.endfor
-LDSCRIPTS+= alpha.x alpha.xbn alpha.xn alpha.xr alpha.xu
-
-SRCS+= e${NATIVE_EMULATION}.c eelf64alpha.c ealpha.c
-CLEANFILES+= e${NATIVE_EMULATION}.c eelf64alpha.c ealpha.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 ${LIBSERACHPATH} \
- ${TOOLS_PREFIX}/usr \
- ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
- ${NATIVE_EMULATION} "" no ${NATIVE_EMULATION} ${TARGET_TUPLE}
-
-eelf64alpha.c: emulparams/elf64alpha.sh emultempl/elf32.em \
- scripttempl/elf.sc genscripts.sh stringify.sed
- sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSERACHPATH} \
- ${TOOLS_PREFIX}/usr \
- ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
- ${NATIVE_EMULATION} "" no elf64alpha ${TARGET_TUPLE}
-
-ealpha.c: emulparams/alpha.sh emultempl/generic.em scripttempl/alpha.sc \
- genscripts.sh stringify.sed
- sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSERACHPATH} \
- ${TOOLS_PREFIX}/usr \
- ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
- ${NATIVE_EMULATION} "" no alpha ${TARGET_TUPLE}
OpenPOWER on IntegriCloud