aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-08-18 10:04:36 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2015-08-18 10:04:36 +0200
commitd778c668d10f39cb06285bbaa173cd7fc507de8b (patch)
treef8691178f513809088e8bbc5c11191e327749e8d
parente4b0e40b32b880d876f099b2d10a367b7e64bad2 (diff)
leg-edk2-build-test: install gcc-mingw-w64 to cover both i686 and x86_64
Change-Id: I316906d4241266652fa3061dbe0dfd0d4ed02b65 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r--leg-tiancore-edk2-build-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/leg-tiancore-edk2-build-test.yaml b/leg-tiancore-edk2-build-test.yaml
index 349bdfb753..46ce3d671c 100644
--- a/leg-tiancore-edk2-build-test.yaml
+++ b/leg-tiancore-edk2-build-test.yaml
@@ -68,7 +68,7 @@
export CLANG35_AARCH64_PREFIX=${HOME}/srv/toolchain/arm64-tc-14.09/bin/aarch64-linux-gnu-
sudo apt-get update
- sudo apt-get install -y --no-install-recommends clang gcc-4.4 gcc-4.6 gcc-4.7 gcc-4.8 gcc-4.9 gcc-mingw-w64-i686 gcc-mingw-w64-x86_64
+ sudo apt-get install -y --no-install-recommends clang gcc-4.4 gcc-4.6 gcc-4.7 gcc-4.8 gcc-4.9 gcc-mingw-w64
# set up the paths for the various GCC versions
for i in 4 6 7 8 9