diff options
-rw-r--r-- | samples/arm-none-eabi/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/arm-none-eabi/crosstool.config b/samples/arm-none-eabi/crosstool.config index c4411b04..c8c7c822 100644 --- a/samples/arm-none-eabi/crosstool.config +++ b/samples/arm-none-eabi/crosstool.config @@ -12,3 +12,4 @@ CT_COMP_LIBS_PICOLIBC=y CT_MULTILIB=y CT_CC_GCC_MULTILIB_LIST="rmprofile aprofile" CT_TARGET_VENDOR="none" +CT_BINUTILS_EXTRA_CONFIG_ARRAY="--disable-warn-rwx-segments" |