File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# To install directly to a specific location, set it here. Multiple targets
44# can safely be installed in the same location. Some examples:
55
6- OUTPUT = ./arm-linux-musleabihf
6+ # OUTPUT = /opt/musl/armhf
77
88# By default, latest supported release versions of musl and the toolchain
99# components are used. You can override those here, but the version selected
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def call(jenkins) {
1616 export TARGET=arm-linux-musleabihf
1717 make -j4
1818 make install
19- tar -czf arm-linux-musleabihf-cross.tar.gz arm-linux-musleabihf /
19+ tar -czf arm-linux-musleabihf-cross.tar.gz output /
2020 """
2121
2222 archiveArtifacts artifacts : ' musl-cross-make/arm-linux-musleabihf-cross.tar.gz'
You can’t perform that action at this time.
0 commit comments