casaroli commented on code in PR #19510: URL: https://github.com/apache/nuttx/pull/19510#discussion_r3644974378
########## boards/arm/tlsr82/tlsr8278adk80d/scripts/Make.defs: ########## @@ -31,14 +31,12 @@ else endif ARCHCFLAGS += -DMCU_CORE_B87=1 -fms-extensions -std=gnu99 -ARCHPICFLAGS += -fpic +ARCHPICFLAGS = -fpic Review Comment: Done. I also tested it with the tc32 toolchain (tc32-elf-gcc 4.5.1.tc32-elf-1.5, Telink TC32 v2.0 build): it accepts -msingle-pic-base -mpic-register=r10 and honors them -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
