mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
samples: riscv32-picolibc-elf: Drop invalid config
CC_CC_GCC_ENABLE_DEFAULT_PIE=n is invalid Kconfig syntax for an option that was intentionally disabled the saved config would be '# CC_CC_GCC_ENABLE_DEFAULT_PIE is not set' but the DEFAULT_PIE option isn't selectable for RISCV && BARE_METAL so the correct thing to do is just remove the config. This also picks up a change regenerating the saved sample due to changes in the Kconfig ordering. Fixes #2019 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
5a09578b67
commit
b46a0dbd1b
@ -6,11 +6,10 @@ CT_ARCH_ARCH="rv32imac_zicsr_zifencei"
|
|||||||
CT_ARCH_ABI="ilp32"
|
CT_ARCH_ABI="ilp32"
|
||||||
CT_TARGET_CFLAGS="-ftls-model=local-exec"
|
CT_TARGET_CFLAGS="-ftls-model=local-exec"
|
||||||
CT_TARGET_VENDOR="picolibc"
|
CT_TARGET_VENDOR="picolibc"
|
||||||
CC_CC_GCC_ENABLE_DEFAULT_PIE=n
|
|
||||||
CT_LIBC_PICOLIBC=y
|
CT_LIBC_PICOLIBC=y
|
||||||
CT_CC_GCC_CONFIG_TLS=y
|
|
||||||
CT_CC_LANG_CXX=y
|
|
||||||
CT_LIBC_PICOLIBC_DEFAULT_FLASH_ADDR="0x80000000"
|
CT_LIBC_PICOLIBC_DEFAULT_FLASH_ADDR="0x80000000"
|
||||||
CT_LIBC_PICOLIBC_DEFAULT_FLASH_SIZE="0x00200000"
|
CT_LIBC_PICOLIBC_DEFAULT_FLASH_SIZE="0x00200000"
|
||||||
CT_LIBC_PICOLIBC_DEFAULT_RAM_ADDR="0x80200000"
|
CT_LIBC_PICOLIBC_DEFAULT_RAM_ADDR="0x80200000"
|
||||||
CT_LIBC_PICOLIBC_DEFAULT_RAM_SIZE="0x00200000"
|
CT_LIBC_PICOLIBC_DEFAULT_RAM_SIZE="0x00200000"
|
||||||
|
CT_CC_GCC_CONFIG_TLS=y
|
||||||
|
CT_CC_LANG_CXX=y
|
||||||
|
Loading…
Reference in New Issue
Block a user