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 2021/09/11 20:50:05 UTC

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #3900: Revert "Make: use gcc as LD"

acassis edited a comment on pull request #3900:
URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-917477711


   I thought about the idea of going ahead and removing "-nostartfiles -nodefaultlibs" from all LDFLAGS, but we cannot do it without double check each toolchain. For example:
   ```
   # Pinguino toolchain under Linux
   
   ifeq ($(CONFIG_MIPS32_TOOLCHAIN),PINGUINOL)
   ```
   
   This is a toolchain that use to be very outdated and removing those flags could bring unexpected results.


-- 
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