File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121export LD_LIBRARY_PATH=" ${T} /lib:$LD_LIBRARY_PATH "
2222
2323toolchain_prefix=" arm-buildroot-linux-gnueabihf"
24+ toolchain_version=" 6.4.0"
2425
2526TOOLCHAIN_OPTS=" \
2627 --sysroot=${T} /${toolchain_prefix} /sysroot \
Original file line number Diff line number Diff line change 2121export LD_LIBRARY_PATH=" ${T} /lib:$LD_LIBRARY_PATH "
2222
2323toolchain_prefix=" arm-buildroot-linux-gnueabihf"
24- toolchain_version=" 7.3 .0"
24+ toolchain_version=" 6.4 .0"
2525
2626TOOLCHAIN_OPTS=" \
2727 --sysroot=${T} /${toolchain_prefix} /sysroot \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Copyright (C) 2017 Swift Navigation Inc.
3+ # Copyright (C) 2017-2018 Swift Navigation Inc.
44# Contact: Swift Navigation <dev@swiftnav.com>
55#
66# This source is subject to the license found in the file 'LICENSE' which must
@@ -48,7 +48,7 @@ CMAKE_COMMAND="\
4848 /work/obfuscator-llvm \
4949 -DCMAKE_INSTALL_PREFIX=/opt/llvm-obfuscator \
5050 -DLLVM_TARGETS_TO_BUILD=$ARCH \
51- -DCMAKE_CXX_FLAGS='-DENDIAN_LITTLE=1 -I/toolchain/x86/lib/gcc/x86_64-buildroot-linux-gnu/7.3 .0/plugin/include' \
51+ -DCMAKE_CXX_FLAGS='-DENDIAN_LITTLE=1 -I/toolchain/x86/lib/gcc/x86_64-buildroot-linux-gnu/6.4 .0/plugin/include' \
5252 -DCMAKE_C_COMPILER=/toolchain/x86/bin/x86_64-linux-gcc \
5353 -DCMAKE_CXX_COMPILER=/bin/cpp_wrapper \
5454 -DCMAKE_BUILD_TYPE=Release \
You can’t perform that action at this time.
0 commit comments