Revert "Toolchains: Update to GCC 10.5.0"

I pushed the wrong working tree AGAIN

This reverts commit b92033f716.
This commit is contained in:
Solomon Peachy 2025-09-07 15:22:31 -04:00
parent 2c0bcc0be9
commit e9b8413f49
13 changed files with 196 additions and 254 deletions

View file

@ -149,7 +149,7 @@ ifdef APP_TYPE
PLUGINFLAGS += $(SHARED_CFLAGS) # <-- from Makefile
else
PLUGINLDFLAGS = -T$(PLUGINLINK_LDS) -Wl,--gc-sections -Wl,-Map,$*.map
OVERLAYLDFLAGS = -T$(OVERLAYREF_LDS) -Wl,--gc-sections -Wl,-Map,$*.refmap $(GLOBAL_LDOPTS)
OVERLAYLDFLAGS = -T$(OVERLAYREF_LDS) -Wl,--gc-sections -Wl,-Map,$*.refmap
endif
PLUGINLDFLAGS += $(GLOBAL_LDOPTS)