[WebAssembly][Zephyr] Update target sysroot with fixes for size_t type on Zephyr.

This commit is contained in:
Sergey Bogolepov
2019-10-08 10:24:32 +03:00
committed by Sergey Bogolepov
parent eb0e6a8f11
commit 767515cdcc
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -661,25 +661,25 @@ targetToolchain.macos_x64-wasm32 = target-toolchain-3-macos-wasm
dependencies.macos_x64-wasm32 = \ dependencies.macos_x64-wasm32 = \
libffi-3.2.1-3-darwin-macos \ libffi-3.2.1-3-darwin-macos \
clang-llvm-apple-8.0.0-darwin-macos \ clang-llvm-apple-8.0.0-darwin-macos \
target-sysroot-3-wasm \ target-sysroot-4-embedded \
target-toolchain-3-macos-wasm target-toolchain-3-macos-wasm
targetToolchain.linux_x64-wasm32 = target-toolchain-2-linux-wasm targetToolchain.linux_x64-wasm32 = target-toolchain-2-linux-wasm
dependencies.linux_x64-wasm32 = \ dependencies.linux_x64-wasm32 = \
libffi-3.2.1-2-linux-x86-64 \ libffi-3.2.1-2-linux-x86-64 \
clang-llvm-8.0.0-linux-x86-64 \ clang-llvm-8.0.0-linux-x86-64 \
target-sysroot-3-wasm \ target-sysroot-4-embedded \
target-toolchain-2-linux-wasm target-toolchain-2-linux-wasm
targetToolchain.mingw_x64-wasm32 = target-toolchain-2-mingw-wasm targetToolchain.mingw_x64-wasm32 = target-toolchain-2-mingw-wasm
dependencies.mingw_x64-wasm32 = \ dependencies.mingw_x64-wasm32 = \
libffi-3.2.1-mingw-w64-x86-64 \ libffi-3.2.1-mingw-w64-x86-64 \
msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 \ msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 \
target-sysroot-3-wasm \ target-sysroot-4-embedded \
target-toolchain-2-mingw-wasm target-toolchain-2-mingw-wasm
quadruple.wasm32 = wasm32-unknown-unknown quadruple.wasm32 = wasm32-unknown-unknown
targetSysRoot.wasm32 = target-sysroot-3-wasm targetSysRoot.wasm32 = target-sysroot-4-embedded
clangFlags.wasm32 = -cc1 -emit-obj -disable-llvm-optzns -x ir clangFlags.wasm32 = -cc1 -emit-obj -disable-llvm-optzns -x ir
clangNooptFlags.wasm32 = -O1 clangNooptFlags.wasm32 = -O1
clangOptFlags.wasm32 = -O3 clangOptFlags.wasm32 = -O3
+4 -4
View File
@@ -18,7 +18,7 @@
# STM32 F4 Discovery # STM32 F4 Discovery
quadruple.zephyr_stm32f4_disco = armv7m-none-eabi quadruple.zephyr_stm32f4_disco = armv7m-none-eabi
targetSysRoot.zephyr_stm32f4_disco = target-sysroot-3-wasm targetSysRoot.zephyr_stm32f4_disco = target-sysroot-4-embedded
boardSpecificClangFlags.zephyr_stm32f4_disco = -mthumb boardSpecificClangFlags.zephyr_stm32f4_disco = -mthumb
targetCpu.zephyr_stm32f4_disco = cortex-m4 targetCpu.zephyr_stm32f4_disco = cortex-m4
@@ -30,18 +30,18 @@ dependencies.linux_x64-zephyr_stm32f4_disco = \
libffi-3.2.1-2-linux-x86-64 \ libffi-3.2.1-2-linux-x86-64 \
clang-llvm-8.0.0-linux-x86-64 \ clang-llvm-8.0.0-linux-x86-64 \
gcc-arm-none-eabi-7-2017-q4-major-linux \ gcc-arm-none-eabi-7-2017-q4-major-linux \
target-sysroot-3-wasm target-sysroot-4-embedded
targetToolchain.macos_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-mac/arm-none-eabi targetToolchain.macos_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-mac/arm-none-eabi
dependencies.macos_x64-zephyr_stm32f4_disco = \ dependencies.macos_x64-zephyr_stm32f4_disco = \
gcc-arm-none-eabi-7-2017-q4-major-mac \ gcc-arm-none-eabi-7-2017-q4-major-mac \
libffi-3.2.1-3-darwin-macos \ libffi-3.2.1-3-darwin-macos \
clang-llvm-apple-8.0.0-darwin-macos \ clang-llvm-apple-8.0.0-darwin-macos \
target-sysroot-3-wasm target-sysroot-4-embedded
targetToolchain.mingw_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi targetToolchain.mingw_x64-zephyr_stm32f4_disco = gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi
dependencies.mingw_x64-zephyr_stm32f4_disco = \ dependencies.mingw_x64-zephyr_stm32f4_disco = \
libffi-3.2.1-mingw-w64-x86-64 \ libffi-3.2.1-mingw-w64-x86-64 \
msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 \ msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1 \
gcc-arm-none-eabi-7-2017-q4-major-win32 \ gcc-arm-none-eabi-7-2017-q4-major-win32 \
target-sysroot-3-wasm target-sysroot-4-embedded