From 9572a4011fc3408c7deec2faee610f6cdde9bf0d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 14 Feb 2008 03:40:35 +0200 Subject: [PATCH] Changed binutils to enable 64-bit bfd support for x86-64 Note: This is work in progress, and further 64-bit architectures will be added as soon as they are tested! --- base/binutils/binutils.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base/binutils/binutils.conf b/base/binutils/binutils.conf index e51fc68d1..e8e1e23cc 100644 --- a/base/binutils/binutils.conf +++ b/base/binutils/binutils.conf @@ -21,6 +21,12 @@ else var_append extraconfopt ' ' "--enable-multilib" fi +case "$arch" in + x86-64) + var_append extraconfopt ' ' '--enable-64-bit-bfd' + ;; +esac + if atstage toolchain; then bindir="/$prefix/crosscc"; mkdir -p $root/$prefix/crosscc var_append confopt " " "--with-sysroot=$sysroot"