mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
gcc: Don't set --enable-default-pie by default
This changes how existing crosstool-ng setups work, causing many of the bare-metal ones to fail. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
ee5a4026c3
commit
287fccb8bc
@ -202,7 +202,7 @@ comment "Settings for libraries running on target"
|
||||
config CC_GCC_ENABLE_DEFAULT_PIE
|
||||
bool
|
||||
prompt "Enable Position Independent Executable as default"
|
||||
default y
|
||||
default n
|
||||
depends on GCC_6_or_later && ! WINDOWS && ! ARCH_MIPS && ! ARCH_AVR && ! ARCH_PRU
|
||||
depends on !(ARCH_RISCV && BARE_METAL)
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user