File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ sudo cp file.c alpine/file.c
2323sudo cp build.sh alpine/build.sh
2424sudo chmod +x alpine/build.sh
2525sudo ./ruri/ruri ./alpine /bin/sh /build.sh
26- cp alpine/$( uname -m) .tar .
26+ cp alpine/$( uname -m) .tar .
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ sudo cp file.c x86/file.c
88sudo cp build.sh x86/build.sh
99sudo chmod +x x86/build.sh
1010sudo ./ruri/ruri ./x86 /bin/sh /build.sh
11- cp x86/* .tar ./i386.tar
11+ cp x86/* .tar ./i386.tar
Original file line number Diff line number Diff line change 1111autoreconf -fi
1212./autogen.sh
1313./configure LDFLAGS=" -static -Wl,--gc-sections -ffunction-sections -fdata-sections" --enable-static --disable-shared
14- make -j8 LDFLAGS=" --static -Wl,--gc-sections -ffunction-sections -fdata-sections"
14+ make -j4 LDFLAGS=" --static -Wl,--gc-sections -ffunction-sections -fdata-sections"
1515strip src/xz/xz
1616upx src/xz/xz
1717cp src/xz/xz ../output/
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ sudo ./ruri/ruri ./alpine /bin/sh /build.sh
2323cp alpine/$( uname -m) .tar .
2424if [[ $( uname -m) == " amd64" ]]|| [[ $( uname -m) == " x86_64" ]]; then
2525 bash build-x86.sh
26- fi
26+ fi
You can’t perform that action at this time.
0 commit comments