Magellan Linux

Diff of /smage/trunk/core/gcc/gcc-5.1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6481 by niro, Mon Jul 13 09:53:31 2015 UTC revision 6482 by niro, Mon Jul 13 09:58:28 2015 UTC
# Line 15  HOMEPAGE="http://www.gnu.org/software/gc Line 15  HOMEPAGE="http://www.gnu.org/software/gc
15  # languages to build into gcc  # languages to build into gcc
16  # options are: c,c++,java,ada,fortran,go,objc,obj-c++,lto  # options are: c,c++,java,ada,fortran,go,objc,obj-c++,lto
17  # obj-c++ requires objc  # obj-c++ requires objc
18  # required minimum are c,c++  # required minimum are c,c++,lto
19  #  #
20  # while toolchain bootstrap, only build c,c++ and after that rebuild the whole toolchain:  # while toolchain bootstrap, only build c,c++ and after that rebuild the whole toolchain:
21  # linux-libc-headers -> binutils -> libc -> gcc -> binutils -> gcc -> libc  # linux-libc-headers -> binutils -> libc -> gcc -> binutils -> gcc -> libc
22  MyLanguages=c,c++  MyLanguages=c,c++,lto
23    
24  # 1=bootstrap the whole gcc suite, using bootstrap-lean method  # 1=bootstrap the whole gcc suite, using bootstrap-lean method
25  # 0=no bootstrap, use this only for quick builds to test something but never for release  # 0=no bootstrap, use this only for quick builds to test something but never for release

Legend:
Removed from v.6481  
changed lines
  Added in v.6482