From 0670bf319618deb5787b8fe9914f335f1349fb60 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 16 Apr 2014 06:58:00 +0200 Subject: rebootstrap: add gcc-4.9 configurations Since libatomic1 and libgcc1 switched from gcc-4.8 to gcc-4.9 in sid, installing gcc-4.8 stage3 is basically impossible without rebuilding a native gcc-4.8 as well and downgrading those libraries due to M-A:same requirements. Thus concentrate on gcc-4.9. --- job-cfg/rebootstrap.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'job-cfg') diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml index 136d486f..fcb2c72d 100644 --- a/job-cfg/rebootstrap.yaml +++ b/job-cfg/rebootstrap.yaml @@ -59,14 +59,26 @@ defaults: rebootstrap name: '{name}_arm64_multilib' +- job-template: + defaults: rebootstrap + name: '{name}_arm64_gcc49_multilib' + - job-template: defaults: rebootstrap name: '{name}_m68k' +- job-template: + defaults: rebootstrap + name: '{name}_m68k_gcc49' + - job-template: defaults: rebootstrap name: '{name}_x32' +- job-template: + defaults: rebootstrap + name: '{name}_x32_gcc49' + - project: name: rebootstrap @@ -84,11 +96,23 @@ my_arch: 'arm64' my_params: 'ENABLE_MULTILIB=yes' my_description: 'Verify bootstrappability of Debian with multilib for arm64' + - '{name}_arm64_gcc49_multilib': + my_arch: 'arm64' + my_params: 'GCC_VER=4.9 ENABLE_MULTILIB=yes' + my_description: 'Verify bootstrappability of Debian using gcc-4.9 with multilib for arm64' - '{name}_m68k': my_arch: 'm68k' my_params: '' my_description: 'Verify bootstrappability of Debian for m68k' + - '{name}_m68k_gcc49': + my_arch: 'm68k' + my_params: 'GCC_VER=4.9' + my_description: 'Verify bootstrappability of Debian using gcc-4.9 for m68k' - '{name}_x32': my_arch: 'x32' my_params: '' my_description: 'Verify bootstrappability of Debian for x32' + - '{name}_x32_gcc49': + my_arch: 'x32' + my_params: 'GCC_VER=4.9' + my_description: 'Verify bootstrappability of Debian using gcc-4.9 for x32' -- cgit v1.2.3-70-g09d2