diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-08-31 15:24:44 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-09-01 16:34:31 +1200 |
commit | b46a0dbd1b1ad0d336dbf533892d8ba872e31c08 (patch) | |
tree | 6f298dbe66cc0327862e9de0aaea27d788c20b50 /packages/glibc | |
parent | 5a09578b6798f426b62d97b2ece1ba5e7b82990b (diff) | |
download | crosstool-ng-b46a0dbd1b1ad0d336dbf533892d8ba872e31c08.tar.gz crosstool-ng-b46a0dbd1b1ad0d336dbf533892d8ba872e31c08.tar.bz2 crosstool-ng-b46a0dbd1b1ad0d336dbf533892d8ba872e31c08.zip |
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>
Diffstat (limited to 'packages/glibc')
0 files changed, 0 insertions, 0 deletions