config: Add support for gcc-4.8-branch testing.

This commit is contained in:
Chris Johns 2014-03-26 17:12:05 +11:00
parent 40d25dc8fe
commit ed8a66a1a6
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[gcc-snapshot]
GCC_Version: none, override, '4.8-branch'
Source0: none, override, 'git://gcc.gnu.org/git/gcc.git?reset=hard?pull?checkout=gcc-4_8-branch'
# IBM's backport patch for the PowerPC
Patch0: none, override, 'http://www.rtems.org/ftp/pub/rtems/people/chrisj/4_8-backport-single.patch'
Patch0_opts: none, override, '-p0'
Patch1: none, undefine, ''
Patch2: none, undefine, ''
Patch3: none, undefine, ''
Patch4: none, undefine, ''
Patch5: none, undefine, ''
Patch6: none, undefine, ''
Patch7: none, undefine, ''
Patch8: none, undefine, ''
Patch9: none, undefine, ''

View File

@ -11,6 +11,15 @@
%error No GCC Version message defined.
%endif
#
# Select Snapshot Macro Maps if they have been added.
#
%select gcc-snapshot
%select newlib-snapshot
%select mpfr-snapshot
%select mpc-snapshot
%select gmp-snapshot
#
# The package description.
#