------- Additional Comments From ps dot m at gmx dot net 2008-10-07 18:52 ------- I tried it with current cvs, the minimal configure that fails is: mkdir build; cd build; LDFLAGS="-Wl,-z,defs" ../src/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=armv5te-unknown-linux-uclibc --enable shared --disable-werror ; make all
disable-werror is only needed to avoid an earlier bailout on bfd/tekhex.c at line 434: wrong argument for memcpy, enable-shared is the magic, since else it won't try to compile shared libs on cross-build (shared would be enabled on a native build, if supported by target) Peter -- http://sourceware.org/bugzilla/show_bug.cgi?id=6937 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils