summaryrefslogtreecommitdiffstats
path: root/gnu
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
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')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile.alpha5
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.alpha33
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.alpha16
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile.alpha4
4 files changed, 0 insertions, 58 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile.alpha b/gnu/usr.bin/binutils/gdb/Makefile.alpha
deleted file mode 100644
index e05dd27..0000000
--- a/gnu/usr.bin/binutils/gdb/Makefile.alpha
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-XSRCS+= alphabsd-nat.c alphafbsd-tdep.c alpha-tdep.c \
- core-regset.c
-CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf64_alpha_freebsd_vec
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}
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.alpha b/gnu/usr.bin/binutils/libbfd/Makefile.alpha
deleted file mode 100644
index 5d413fa..0000000
--- a/gnu/usr.bin/binutils/libbfd/Makefile.alpha
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-DEFAULT_VECTOR= bfd_elf64_alpha_freebsd_vec
-
-SRCS+= coff-alpha.c \
- cpu-alpha.c \
- ecoff.c \
- ecofflink.c \
- elf64.c \
- elf64-alpha.c \
- elf64-target.h \
- elflink.c
-
-VECS= ${DEFAULT_VECTOR} \
- bfd_elf64_alpha_vec \
- ecoffalpha_little_vec
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.alpha b/gnu/usr.bin/binutils/libopcodes/Makefile.alpha
deleted file mode 100644
index 03d911d..0000000
--- a/gnu/usr.bin/binutils/libopcodes/Makefile.alpha
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-SRCS+= alpha-dis.c alpha-opc.c
-CFLAGS+= -DARCH_alpha
OpenPOWER on IntegriCloud