Browse Source

fix glibc 2.2x toolchain building for x86_64. forcing --enable-64-bit-bfd results in gconv compile issues

Waldemar Brodkorb 10 years ago
parent
commit
ba54b9846d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      toolchain/binutils/Makefile

+ 0 - 4
toolchain/binutils/Makefile

@@ -24,10 +24,6 @@ else
 CONFOPTS+=		--disable-gold
 endif
 
-ifneq ($(ADK_LINUX_64)$(ADK_TARGET_KERNEL_64),)
-CONFOPTS+=		--enable-64-bit-bfd
-endif
-
 ifeq ($(ADK_TARGET_ARCH_X86_64)$(ADK_CPU_CF),)
 CONFOPTS+=		--disable-multilib
 else