From 2e85027ae7e9f66ad3f87dadc4a9049bb52e783c Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 20 Dec 2025 10:43:04 +0000 Subject: [PATCH] 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 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index ab91a7f86d..b9c28dfe13 100755 --- a/tools/configure +++ b/tools/configure @@ -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 ---- #