Skip to content

Commit 4330425

Browse files
committed
explicitly states that to check for clang
1 parent 89e7618 commit 4330425

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build-hnp/talloc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Checking for HAVE_INCOHERENT_MMAP: OK" >> aarch64-unknown-linux-musl.txt && \
3030
LDFLAGS="--sysroot=$(TOOL_HOME)/sdk/default/openharmony/native/sysroot -L$(TOOL_HOME)/sdk/default/openharmony/native/sysroot/usr/lib" \
3131
./configure --prefix=/data/app/base.org/base_1.0 \
3232
--cross-compile --host aarch64-unknown-linux-musl --cross-answers=aarch64-unknown-linux-musl.txt \
33-
--disable-python
33+
--disable-python \
34+
--check-c-compiler=clang
3435
cd temp/talloc-2.4.3 && make -j$(shell nproc) && make install DESTDIR=$(shell pwd)/build
3536
mkdir -p ../sysroot
3637
cp -rfv build/data/app/base.org/base_1.0/. ../sysroot | tee file.lst

0 commit comments

Comments
 (0)