bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag
authorAriel Xiong <[email protected]>
Sun, 25 May 2025 14:19:54 +0000 (22:19 +0800)
committerRobert Marko <[email protected]>
Mon, 2 Jun 2025 07:19:47 +0000 (09:19 +0200)
Fix #26469
add CFLAGS_FOR_BUILD="-std=gnu17" flag

Signed-off-by: Ariel Xiong <[email protected]>
utils/bash/Makefile

index 9d992dc2b6a84d86b9660b0df4b0a5aafd85be0c..61aca94a4460046e0ef1e8027476f57b87386b3a 100644 (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 += \