configure: set USE_ELF to no by default

Otherwise, toggling USE_ELF in the target's configure section
and running 'make reconf' has no effect, because the previous
value of USE_ELF is inherited from the makefile.

Change-Id: I72d605ef6987fc590871566d73b24acf37e8fbe6
This commit is contained in:
Aidan MacDonald 2025-12-20 10:43:04 +00:00
parent 6078b2a6b4
commit 2e85027ae7

2
tools/configure vendored
View file

@ -1761,6 +1761,8 @@ fi
scramblebitmaptools="$genericbitmaptools scramble"
# used by X1000 targets
x1000tools="$genericbitmaptools scramble mkspl-x1000 uclpack"
# default to not generating ELF files
USE_ELF="no"
# ---- For each target ----
#