svn commit: r215352 - in head/gnu/usr.bin/binutils: as as/powerpc64-freebsd libbfd libopcodes

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Nov 15 22:12:13 UTC 2010


Author: nwhitehorn
Date: Mon Nov 15 22:12:13 2010
New Revision: 215352
URL: http://svn.freebsd.org/changeset/base/215352

Log:
  Garbage-collect some code made obsolete by the TBEMD import.

Deleted:
  head/gnu/usr.bin/binutils/as/powerpc64-freebsd/
  head/gnu/usr.bin/binutils/libopcodes/Makefile.powerpc64
Modified:
  head/gnu/usr.bin/binutils/as/Makefile
  head/gnu/usr.bin/binutils/libbfd/Makefile

Modified: head/gnu/usr.bin/binutils/as/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/as/Makefile	Mon Nov 15 22:11:18 2010	(r215351)
+++ head/gnu/usr.bin/binutils/as/Makefile	Mon Nov 15 22:12:13 2010	(r215352)
@@ -26,7 +26,7 @@ SRCS+=	itbl-ops.c itbl-parse.y itbl-lex.
 
 .if ${TARGET_ARCH} == "amd64"
 SRCS+=	tc-i386.c
-.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
+.elif ${TARGET_CPUARCH} == "powerpc"
 SRCS+=	tc-ppc.c
 .elif ${TARGET_ARCH} == "sparc64"
 # change back to tc-sparc.c when new binutils is imported

Modified: head/gnu/usr.bin/binutils/libbfd/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/libbfd/Makefile	Mon Nov 15 22:11:18 2010	(r215351)
+++ head/gnu/usr.bin/binutils/libbfd/Makefile	Mon Nov 15 22:12:13 2010	(r215352)
@@ -24,8 +24,6 @@ SELARCH=
 SELARCH= &bfd_i386_arch
 .elif ${TARGET_ARCH} == "sparc64"
 SELARCH= &bfd_sparc_arch
-.elif ${TARGET_ARCH} == "powerpc64"
-SELARCH= &bfd_powerpc_arch,&bfd_rs6000_arch
 .else
 .for _a in ${ARCHS}
 .if ${SELARCH} == ""


More information about the svn-src-all mailing list