mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Add support for gcc-4.8-branch testing.
This commit is contained in:
parent
40d25dc8fe
commit
ed8a66a1a6
15
rtems/config/snapshots/gcc-4.8-branch.mc
Normal file
15
rtems/config/snapshots/gcc-4.8-branch.mc
Normal 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, ''
|
@ -11,6 +11,15 @@
|
|||||||
%error No GCC Version message defined.
|
%error No GCC Version message defined.
|
||||||
%endif
|
%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.
|
# The package description.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user