Skip to content

Commit 530acd1

Browse files
committed
fix: linux bash cross-build require CFLAGS_FOR_BUILD
1 parent 35016d9 commit 530acd1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build-hnp/bash/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include ../utils/Makefrag
22

3+
# required by mkbuiltin cross-build process when using gcc 13+
4+
export CFLAGS_FOR_BUILD := -std=gnu17
5+
36
all: download/bash-5.2.37.tar.gz
47
rm -rf temp build
58
mkdir -p temp build

0 commit comments

Comments
 (0)