This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
build_json*.sh scripts for ARM and x86
pull/859/head
Stephen Dickey
2 years ago
parent
ad8b8afa7d
commit
f2403a7756
4 changed files
with
22 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
build_json_arm32.sh
+5
-0
build_json_arm64.sh
+6
-0
build_json_x86-32.sh
+6
-0
build_json_x86-64.sh
+ 5
- 0
build_json_arm32.sh
View File
@@ -0,0 +1,5 @@
git clean -xfd
# autogen.sh
# ./configure --build x86_64-pc-linux-gnu --host arm-linux-gnueabi LDFLAGS="-static -pthread" --enable-mpers=check
cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_COMPILER=arm-linux-gnueabi-gcc ../json-c
make
+ 5
- 0
build_json_arm64.sh
View File
@@ -0,0 +1,5 @@
git clean -xfd
# autogen.sh
# ./configure --build x86_64-pc-linux-gnu --host arm-linux-gnueabi LDFLAGS="-static -pthread" --enable-mpers=check
cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc ../json-c
make
+ 6
- 0
build_json_x86-32.sh
View File
@@ -0,0 +1,6 @@
git clean -xfd
autogen.sh
./configure --build x86_64-pc-linux-gnu --host arm-linux-gnueabi LDFLAGS="-static -pthread" --enable-mpers=check
# cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_COMPILER=arm-linux-gnueabi-gcc ../json-c
# make
+ 6
- 0
build_json_x86-64.sh
View File
@@ -0,0 +1,6 @@
git clean -xfd
# autogen.sh
# ./configure --build x86_64-pc-linux-gnu --host arm-linux-gnueabi LDFLAGS="-static -pthread" --enable-mpers=check
cmake -DBUILD_SHARED_LIBS=OFF ../json-c
make
Write
Preview
Loading…
Cancel
Save