You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/12 01:37:45 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #4674: RISC-V Toolchain hardcoded in CROSSDEV to riscv64-unknown-elf-

pkarashchenko commented on issue #4674:
URL: https://github.com/apache/incubator-nuttx/issues/4674#issuecomment-1010542946


   The best way to overcome link issue is to involve link process indirectly via compiler. Probably need to inspect makefiles and "translate" all link flags and add `-Xlinker`. In this way always the proper linker is involved. Also it opens the gate for higher density optimizations like LTO.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org