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/test/multilib
Christian Wiese 17 years ago committed by Christian Wiese
parent
commit
9572a4011f
  1. 6
      base/binutils/binutils.conf

6
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"

Loading…
Cancel
Save