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.
This commit is contained in:
Chris Johns 2013-04-16 14:44:54 +10:00
parent 82e9f91ccf
commit 1bab1652f0
2 changed files with 7 additions and 0 deletions

View File

@ -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'

View File

@ -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'