File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 3131 D=$( (cd ` dirname $0 ` /../.. > /dev/null; pwd -P) )
3232 R=$D /sysroot
3333
34- export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf"
34+ export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib: ${R} /usr/arm-linux-gnueabihf/lib "
3535
3636 TOOLCHAIN_OPTS=" \
3737 \
4545 -L ${R} /usr/arm-linux-gnueabi/libhf \
4646 -L ${R} /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8 \
4747 -L ${R} /usr/lib/x86_64-linux-gnu \
48+ -L ${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib \
49+ -L ${R} /usr/arm-linux-gnueabihf/lib \
50+ \
51+ -Wl,-rpath-link=${R} /usr/arm-linux-gnueabi/libhf \
52+ \
4853 -Wno-unused-command-line-argument"
4954fi
5055
Original file line number Diff line number Diff line change 3434 D=$( (cd ` dirname $0 ` /../.. > /dev/null; pwd -P) )
3535 R=$D /sysroot
3636
37- export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf"
37+ export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib: ${R} /usr/arm-linux-gnueabihf/lib "
3838
3939 TOOLCHAIN_OPTS=" \
4040 \
5050 -L ${R} /usr/arm-linux-gnueabi/libhf \
5151 -L ${R} /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8 \
5252 -L ${R} /usr/lib/x86_64-linux-gnu \
53+ -L ${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib \
54+ -L ${R} /usr/arm-linux-gnueabihf/lib \
55+ \
56+ -Wl,-rpath-link=${R} /usr/arm-linux-gnueabi/libhf \
57+ \
5358 -Wno-unused-command-line-argument"
5459fi
5560
Original file line number Diff line number Diff line change 1313D=$( (cd ` dirname $0 ` /../.. > /dev/null; pwd -P) )
1414R=$D /sysroot
1515
16- export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf"
16+ export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib "
1717
1818exec ${R} /usr/bin/arm-linux-gnueabihf-objcopy $@
1919
Original file line number Diff line number Diff line change 1313D=$( (cd ` dirname $0 ` /../.. > /dev/null; pwd -P) )
1414R=$D /sysroot
1515
16- export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf"
16+ export LD_LIBRARY_PATH=" ${R} /usr/lib/x86_64-linux-gnu:${R} /usr/x86_64-linux-gnu/arm-linux-gnueabihf/lib "
1717
1818exec ${R} /usr/bin/arm-linux-gnueabihf-strip $@
You can’t perform that action at this time.
0 commit comments