Skip to content

Commit

Permalink
remove arm 8.2 revision for arm64 builds (cortex a72 is ARMv8.0-A)
Browse files Browse the repository at this point in the history
remove arm32 toolchain from multiarch dockerfile
  • Loading branch information
SuburbanDad committed Feb 26, 2020
1 parent 76f7b22 commit df5130d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ build:linux_arm64 --copt=-fomit-frame-pointer
build:linux_arm64 --cpu=aarch64
build:linux_arm64 --compiler=clang
build:linux_arm64 --copt=-march=armv8-a
build:linux_arm64 --copt=-march=armv8.2-a

#linux_arm64_debug
build:linux_arm64_debug --config=linux_arm64
Expand Down
1 change: 0 additions & 1 deletion tools/cross-toolchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update && \
apt-get install -y \
curl xz-utils \
gcc g++ \
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
cmake libssl-dev libxml2-dev vim apt-transport-https \
zip unzip libtinfo5 patch zlib1g-dev autoconf libtool \
Expand Down

0 comments on commit df5130d

Please sign in to comment.