bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag

Fix #26469
add CFLAGS_FOR_BUILD="-std=gnu17" flag

Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
This commit is contained in:
Ariel Xiong
2025-05-25 22:19:54 +08:00
committed by Robert Marko
parent ca2b5ea51f
commit dab90ec210

View File

@@ -68,6 +68,7 @@ CONFIGURE_VARS += \
bash_cv_job_control_missing=present \
bash_cv_dev_fd=whacky \
bash_cv_sys_named_pipes=present \
CFLAGS_FOR_BUILD="-std=gnu17" \
# The following are some other tests that cannot run when cross-compiling
CONFIGURE_VARS += \