summaryrefslogtreecommitdiffstats
path: root/rtems/config/snapshots
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-16 14:44:54 +1000
committerChris Johns <chrisj@rtems.org>2013-04-16 14:44:54 +1000
commit1bab1652f030bd4f94bd1f57b287dff54bd82b89 (patch)
tree0f6de5466872a527800305e331ee62736a7e5dd4 /rtems/config/snapshots
parentAdd the --regression option. (diff)
downloadrtems-source-builder-1bab1652f030bd4f94bd1f57b287dff54bd82b89.tar.bz2
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.
Diffstat (limited to 'rtems/config/snapshots')
-rw-r--r--rtems/config/snapshots/gcc-4.7-branch.mc4
-rw-r--r--rtems/config/snapshots/gcc-4.7.3-rc.mc3
2 files changed, 7 insertions, 0 deletions
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'