From ed8a66a1a6d7b324f80aa453a476a6d5ca077391 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 26 Mar 2014 17:12:05 +1100 Subject: [PATCH] config: Add support for gcc-4.8-branch testing. --- rtems/config/snapshots/gcc-4.8-branch.mc | 15 +++++++++++++++ source-builder/config/gcc-common-1.cfg | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 rtems/config/snapshots/gcc-4.8-branch.mc diff --git a/rtems/config/snapshots/gcc-4.8-branch.mc b/rtems/config/snapshots/gcc-4.8-branch.mc new file mode 100644 index 0000000..fa98f4f --- /dev/null +++ b/rtems/config/snapshots/gcc-4.8-branch.mc @@ -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, '' diff --git a/source-builder/config/gcc-common-1.cfg b/source-builder/config/gcc-common-1.cfg index 017971b..e8517d6 100644 --- a/source-builder/config/gcc-common-1.cfg +++ b/source-builder/config/gcc-common-1.cfg @@ -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. #