mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
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:
parent
6078b2a6b4
commit
2e85027ae7
1 changed files with 2 additions and 0 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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 ----
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue