Browse Source

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!
user/chris/old/multilib
Christian Wiese 17 years ago
committed by Christian Wiese
parent
commit
e7c33f17a7
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      base/binutils/binutils.conf

+ 6
- 0
base/binutils/binutils.conf

@ -19,6 +19,12 @@ else
var_append extraconfopt ' ' "--enable-multilib" var_append extraconfopt ' ' "--enable-multilib"
fi fi
case "$arch" in
x86-64)
var_append extraconfopt ' ' '--enable-64-bit-bfd'
;;
esac
if atstage toolchain; then if atstage toolchain; then
bindir="/$prefix/crosscc"; mkdir -p $root/$prefix/crosscc bindir="/$prefix/crosscc"; mkdir -p $root/$prefix/crosscc
var_append confopt " " "--with-sysroot=$sysroot" var_append confopt " " "--with-sysroot=$sysroot"

Loading…
Cancel
Save