From: Michael Jeanson Date: Wed, 25 Jan 2017 16:21:11 +0000 (-0500) Subject: ansible: Add gcc-4.9 to cross-compilers X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=94c770d5d49fbf47e4c3a9f34a5b67c384f087cd;p=lttng-ci.git ansible: Add gcc-4.9 to cross-compilers Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/roles/cross-compilers/vars/Debian.yml b/automation/ansible/roles/cross-compilers/vars/Debian.yml index 8b8bbe9..7701f01 100644 --- a/automation/ansible/roles/cross-compilers/vars/Debian.yml +++ b/automation/ansible/roles/cross-compilers/vars/Debian.yml @@ -4,3 +4,7 @@ __cross_compilers_packages: - gcc-powerpc64le-linux-gnu - gcc-arm-linux-gnueabihf - gcc-powerpc-linux-gnu + - gcc-4.9-aarch64-linux-gnu + - gcc-4.9-powerpc64le-linux-gnu + - gcc-4.9-arm-linux-gnueabihf + - gcc-4.9-powerpc-linux-gnu