We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e7618 commit 4330425Copy full SHA for 4330425
1 file changed
build-hnp/talloc/Makefile
@@ -30,7 +30,8 @@ Checking for HAVE_INCOHERENT_MMAP: OK" >> aarch64-unknown-linux-musl.txt && \
30
LDFLAGS="--sysroot=$(TOOL_HOME)/sdk/default/openharmony/native/sysroot -L$(TOOL_HOME)/sdk/default/openharmony/native/sysroot/usr/lib" \
31
./configure --prefix=/data/app/base.org/base_1.0 \
32
--cross-compile --host aarch64-unknown-linux-musl --cross-answers=aarch64-unknown-linux-musl.txt \
33
- --disable-python
+ --disable-python \
34
+ --check-c-compiler=clang
35
cd temp/talloc-2.4.3 && make -j$(shell nproc) && make install DESTDIR=$(shell pwd)/build
36
mkdir -p ../sysroot
37
cp -rfv build/data/app/base.org/base_1.0/. ../sysroot | tee file.lst
0 commit comments