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

Jose E. Marchesi <jemarch at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jemarch at gcc dot gnu.org

--- Comment #4 from Jose E. Marchesi <jemarch at gcc dot gnu.org> ---
It may be better for the libgcc configure.ac to use $host rather than $target 

(even though there is another usage of $target in that file:

  use_tm_clone_registry=
  case $target in
    msp430*elfbare)
     use_tm_clone_registry=-DUSE_TM_CLONE_REGISTRY=0
     ;;
  esac)

but the problem seems to be related to the fact the submitter used --target=bpf
rather than --target=bpf-unknown-none when configuring gcc...

Reply via email to