https://sourceware.org/bugzilla/show_bug.cgi?id=16698

--- Comment #17 from maillist-gdb at barfooze dot de ---
the "host" (i.e. the machine the compiler runs on) is x86_64-unknown-linux-gnu
(sabotage linux using musl libc).

binutils 2.24 was built with these flags:
--target=arm-linux-musleabi

and the entire toolchain using these scripts:
https://github.com/GregorR/musl-cross

does your /arm-linux-gnueabi/libgcc directory contain a libc.a as well ?
this could prevent the built libc.a from getting used.
using the testcase here, it doesn't (checked with strace -f make 2>&1 | grep
open | grep -v ENOENT)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to