Skip to content

Commit d2e0cd7

Browse files
author
Jason Mobarak
committed
GCC version 6.4.0
1 parent 9481a10 commit d2e0cd7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bin/arm-linux-gnueabihf-clang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121
export LD_LIBRARY_PATH="${T}/lib:$LD_LIBRARY_PATH"
2222

2323
toolchain_prefix="arm-buildroot-linux-gnueabihf"
24+
toolchain_version="6.4.0"
2425

2526
TOOLCHAIN_OPTS="\
2627
--sysroot=${T}/${toolchain_prefix}/sysroot \

bin/arm-linux-gnueabihf-clang++

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
export LD_LIBRARY_PATH="${T}/lib:$LD_LIBRARY_PATH"
2222

2323
toolchain_prefix="arm-buildroot-linux-gnueabihf"
24-
toolchain_version="7.3.0"
24+
toolchain_version="6.4.0"
2525

2626
TOOLCHAIN_OPTS="\
2727
--sysroot=${T}/${toolchain_prefix}/sysroot \

build.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 \

0 commit comments

Comments
 (0)