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 2020/06/03 15:30:19 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1175: boards: Remove OUTPUT_FORMAT and OUTPUT_ARCH from ld script

xiaoxiang781216 commented on a change in pull request #1175:
URL: https://github.com/apache/incubator-nuttx/pull/1175#discussion_r434656737



##########
File path: boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld
##########
@@ -43,8 +43,6 @@ MEMORY
   sram (rwx) : ORIGIN = 0x08000000, LENGTH = 32K
 }
 
-OUTPUT_ARCH(arm)
-OUTPUT_FORMAT(elf32-bigarm)

Review comment:
       I suppose the toolchain can select the right endian base on the command line option if the linker script file doesn't specify one explicitly.




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

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