mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
utils/genrandconfig: test configurations with BR2_PIC_PIE
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5d6f29dd3a
commit
f24bb4ee4f
@@ -366,6 +366,8 @@ def gen_config(args):
|
|||||||
configlines.append("BR2_OPTIMIZE_2=y\n")
|
configlines.append("BR2_OPTIMIZE_2=y\n")
|
||||||
if randint(0, 4) == 0:
|
if randint(0, 4) == 0:
|
||||||
configlines.append("BR2_SYSTEM_ENABLE_NLS=y\n")
|
configlines.append("BR2_SYSTEM_ENABLE_NLS=y\n")
|
||||||
|
if randInt(0, 4) == 0:
|
||||||
|
configlines.append("BR2_PIC_PIE=y\n")
|
||||||
|
|
||||||
# Randomly enable BR2_REPRODUCIBLE 10% of times
|
# Randomly enable BR2_REPRODUCIBLE 10% of times
|
||||||
# also enable tar filesystem images for testing
|
# also enable tar filesystem images for testing
|
||||||
|
|||||||
Reference in New Issue
Block a user