svn commit: r217488 - projects/binutils-2.17/gnu/usr.bin/binutils/libbfd

Dimitry Andric dim at FreeBSD.org
Sun Jan 16 23:07:09 UTC 2011


Author: dim
Date: Sun Jan 16 23:07:08 2011
New Revision: 217488
URL: http://svn.freebsd.org/changeset/base/217488

Log:
  For libbfd on amd64, add not only the default i386 vector, but also all
  alternative 32-bit vectors (e.g.  elf32_i386 and efi_app_ia32).  This
  is needed to allow the virtualbox port on amd64 to fully link.

Modified:
  projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64

Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64	Sun Jan 16 22:44:42 2011	(r217487)
+++ projects/binutils-2.17/gnu/usr.bin/binutils/libbfd/Makefile.amd64	Sun Jan 16 23:07:08 2011	(r217488)
@@ -2,8 +2,8 @@
 
 .include "${.CURDIR}/Makefile.i386"
 
-#	Get the i386 DEFAULT_VECTOR and VECS.
-I386_VECS:=	${DEFAULT_VECTOR} # ${VECS}
+#	Get the i386 VECS.
+I386_VECS:=	${VECS}
 
 DEFAULT_VECTOR=	bfd_elf64_x86_64_freebsd_vec
 
@@ -19,7 +19,6 @@ SRCS+=	elf64-x86-64.c \
 VECS=	${DEFAULT_VECTOR} \
 	bfd_elf64_x86_64_vec \
 	bfd_efi_app_x86_64_vec \
-	bfd_efi_app_ia32_vec \
 	${I386_VECS}
 
 CLEANFILES+=	pepigen.c pex64igen.c


More information about the svn-src-projects mailing list