Skip to content

Commit c04fcd0

Browse files
author
Sam Chen
committed
Update toolchains.
1 parent f4959c5 commit c04fcd0

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

.bazelrc

+28-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,31 @@ build:ubsan --strip=never
3333
build:ubsan --copt -fsanitize=undefined
3434
build:ubsan --copt -fno-omit-frame-pointer
3535
build:ubsan --linkopt -fsanitize=undefined
36-
build:ubsan --linkopt -lubsan
36+
build:ubsan --linkopt -lubsan
37+
38+
### toolchains ###
39+
40+
build:aarch64 --crosstool_top=@iota_toolchains//tools/aarch64--glibc--bleeding-edge-2018.07-1:toolchain
41+
build:aarch64 --cpu=aarch64
42+
build:aarch64 --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
43+
44+
build:armv7 --crosstool_top=@iota_toolchains//tools/armv7-eabihf--glibc--bleeding-edge-2018.07-1:toolchain
45+
build:armv7 --cpu=armeabi-v7a
46+
build:armv7 --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
47+
48+
build:bootlin_i686 --crosstool_top=@iota_toolchains//tools/x86-i686--glibc--bleeding-edge-2018.07-1:toolchain
49+
build:bootlin_i686 --cpu=i686
50+
build:bootlin_i686 --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
51+
52+
build:bootlin_x86_64_core_i7 --crosstool_top=@iota_toolchains//tools/x86-64-core-i7--glibc--bleeding-edge-2018.07-1:toolchain
53+
build:bootlin_x86_64_core_i7 --cpu=x86_64
54+
build:bootlin_x86_64_core_i7 --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
55+
56+
build:esp32_64 --crosstool_top=@iota_toolchains//tools/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0:toolchain
57+
build:esp32_64 --cpu=xtensa
58+
build:esp32_64 --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
59+
60+
build:emscripten --crosstool_top=@iota_toolchains//tools/emscripten:toolchain
61+
build:emscripten --cpu=emscripten
62+
build:emscripten --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
63+

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git_repository(
2323

2424
git_repository(
2525
name = "iota_toolchains",
26-
commit = "251dd5b25e04f7bf98f855f8d676cce3c1ddbfff",
26+
commit = "700904f445d15ef948d112bf0bccf7dd3814ae5c",
2727
remote = "https://github.com/iotaledger/toolchains.git",
2828
)
2929

0 commit comments

Comments
 (0)