Date: Sun, 16 Jan 2011 23:07:08 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r217488 - projects/binutils-2.17/gnu/usr.bin/binutils/libbfd Message-ID: <201101162307.p0GN780H080375@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101162307.p0GN780H080375>