https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86383

--- Comment #11 from coypu <coypu at sdf dot org> ---
That cross builds with trunk.
For attempting to build oabi it wasn't enough to not specify
target_cpu_cname=arm6, because the default cpu is still arm6.
in gcc/config.gcc:3989 right now
                target_cpu_cname=${target_cpu_cname:-arm6}

maybe that needs to be arm8 or something?

Reply via email to