aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-04 15:24:58 +0100
committerLinaro Code Review <review@review.linaro.org>2015-11-04 14:26:37 +0000
commit7e2c648a1e0eb109e4dd2a0b9bb55152ec2ecf34 (patch)
tree884a17c8d8ee2128b3979ce2fe54c27b93f77cdb /tcwg-binutils.yaml
parenta0f24cdf10fc8195e46c05118b611ebaec254ba6 (diff)
tcwg-binutils: Increase the number of targets.
Also try to switch 64-bit-bfd on/off (although it would only be useful with 32-bits hosts) Do not use the Hetzner builders for the time being. Change-Id: Ic8e9d403547e60d9cef2eb28213633c8da9a3444
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml18
1 files changed, 11 insertions, 7 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index 46de942474..16168f2f34 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -37,23 +37,27 @@
type: slave
name: label
values:
- - tcwg-x86_64-ex40
- tcwg-x86_64-cam
- axis:
type: user-defined
+ name: bfd
+ values:
+ - --enable-64-bit-bfd=no
+ - --enable-64-bit-bfd=yes
+ - axis:
+ type: user-defined
name: target
values:
- aarch64-linux-gnu
- aarch64-none-elf
- aarch64_be-none-elf
- - arm-none-eabi
- arm-linux-gnueabi
- arm-linux-gnueabihf
+ - arm-none-eabi
+ - arm-none-nacl
+ - arm-none-symbianelf
+ - arm-wince-pe
- armeb-linux-gnueabihf
- execution-strategy:
- combination-filter: |
- (label=="tcwg-x86_64-ex40") || (label=="tcwg-x86_64-cam")
- sequential: false
wrappers:
- timeout:
timeout: 600
@@ -73,7 +77,7 @@
mkdir -p build-$target
cd build-$target
- ../configure --enable-lto --enable-plugins --prefix=`pwd`/install --target $target
+ ../configure --enable-lto --enable-plugins --prefix=`pwd`/install --target $target ${bfd}
make all-gas all-ld all-binutils -j4
make check-gas check-ld check-binutils -j4
tail `find . -name "*.sum"`