summaryrefslogblamecommitdiffstats
path: root/source-builder/config/gcc-4.7-1.cfg
blob: 25ac233d40919e0ae80bd5a42dea48a4a05e8adb (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                        
                            
 




                       

 




                  
                                                                                       



        
                                                                                  



                       


                                                                          

 
                          
 
                                       
#
# GCC 4.7 Version 1.
#
# This configuration file configure's, make's and install's gcc. It uses
# newlib, MPFR, MPC, and GMP in a one-tree build configuration.
#

#
# Select Snapshot Macro Maps
#
%select gcc-snapshot
%select newlib-snapshot
%select mpfr-snapshot
%select mpc-snapshot
%select gmp-snapshot

#
# Source
#
#
# GCC core and G++
#
%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2

#
# Newlib
#
%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz

#
# Packages GCC requires
#
%source set mpfr https://ftp.gnu.org/gnu/mpfr/mpfr-%{mpfr_version}.tar.bz2
%source set mpc https://ftp.gnu.org/gnu/mpc/mpc-%{mpc_version}.tar.gz
%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2

#
# GCC Common build script.
#
%include %{_configdir}/gcc-common-1.cfg