Skip to content

Commit 1121c57

Browse files
committed
Update INSTALL by adding cross-compile guide for OpenHarmony
Signed-off-by: kuniqi <[email protected]>
1 parent bf50eee commit 1121c57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ this:
133133
CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134134
CPP="gcc -E" CXXCPP="g++ -E"
135135

136+
For OpenHarmony cross-compile system, you can follow this document
137+
(https://gitcode.com/openharmony-sig/tpc_c_cplusplus/blob/master/Cross-Com
138+
pilation Guide for Open-Source Third-Party Libraries in OpenHarmony_en.md)
139+
136140
This is not guaranteed to produce working output in all cases, you
137141
may have to build one architecture at a time and combine the results
138142
using the 'lipo' tool if you have problems.

0 commit comments

Comments
 (0)