From 1bab1652f030bd4f94bd1f57b287dff54bd82b89 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 16 Apr 2013 14:44:54 +1000 Subject: [PATCH] Add snapshot macros files. To use: ../source-builder/sb-set-builder --log=l-4.11-sparc.txt \ --prefix=$HOME/development/rtems/4.11-ss \ --macros=snapshots/gcc-4.7-branch.mc \ 4.11/rtems-sparc This will clone the GCC git repo, checkout the 4.7 branch and build the compiler. The 4.7.3 patch is still being used. --- rtems/config/snapshots/gcc-4.7-branch.mc | 4 ++++ rtems/config/snapshots/gcc-4.7.3-rc.mc | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 rtems/config/snapshots/gcc-4.7-branch.mc create mode 100644 rtems/config/snapshots/gcc-4.7.3-rc.mc diff --git a/rtems/config/snapshots/gcc-4.7-branch.mc b/rtems/config/snapshots/gcc-4.7-branch.mc new file mode 100644 index 0000000..4c4f3ff --- /dev/null +++ b/rtems/config/snapshots/gcc-4.7-branch.mc @@ -0,0 +1,4 @@ +[gcc-4.7-snapshot] +GCC_Version: none, override, '4.7.3-branch' +Source0: none, override, 'git://gcc.gnu.org/git/gcc.git?reset=hard?branch=gcc-4_7-branch' +Patch0: none, override, '%{rtems_gcc_patches}/gcc-4.7.3-rtems4.11-20130414.diff' diff --git a/rtems/config/snapshots/gcc-4.7.3-rc.mc b/rtems/config/snapshots/gcc-4.7.3-rc.mc new file mode 100644 index 0000000..a6eb0e0 --- /dev/null +++ b/rtems/config/snapshots/gcc-4.7.3-rc.mc @@ -0,0 +1,3 @@ +[gcc-4.7-snapshot] +GCC_Version: none, override, '4.7.3-RC-20130404' +Source0: none, override, 'http://mirrors.kernel.org/sources.redhat.com/gcc/snapshots/4.7.3-RC-20130404/gcc-4.7.3-RC-20130404.tar.bz2'