Skip to content

Commit

Permalink
harmony stretch config update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed May 27, 2024
1 parent 579f5ac commit 5392697
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions GaiaXStretch/bindings/harmony/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ linker = "/Users/biezhihua/Software/RUST_NDK/x86/bin/i686-linux-android-clang"

[target.aarch64-unknown-linux-ohos]
linker = "/Users/biezhihua/WorkSpace/YKGAIAX/GaiaX/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang.sh"
ar = "/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/llvm-ar"
ar = "/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/llvm-ar"

[target.armv7-unknown-linux-ohos]
linker = "/Users/biezhihua/WorkSpace/YKGAIAX/GaiaX/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang.sh"
ar = "/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/llvm-ar"
ar = "/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/llvm-ar"

[target.x86_64-unknown-linux-ohos]
linker = "/Users/biezhihua/WorkSpace/YKGAIAX/GaiaX/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang.sh"
ar = "/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/llvm-ar"
ar = "/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/llvm-ar"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang++ \
exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang++ \
-target aarch64-linux-ohos \
--sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \
--sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \
-D__MUSL__ \
"$@"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang \
exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang \
-target aarch64-linux-ohos \
--sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \
--sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \
-D__MUSL__ \
"$@"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang++ \
exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang++ \
-target arm-linux-ohos \
--sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \
--sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \
-D__MUSL__ \
-march=armv7-a \
-mfloat-abi=softfp \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang \
exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang \
-target arm-linux-ohos \
--sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \
--sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \
-D__MUSL__ \
-march=armv7-a \
-mfloat-abi=softfp \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang++ \
exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang++ \
-target x86_64-linux-ohos \
--sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \
--sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \
-D__MUSL__ \
"$@"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang \
exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang \
-target x86_64-linux-ohos \
--sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \
--sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \
-D__MUSL__ \
"$@"

0 comments on commit 5392697

Please sign in to comment.