Magellan Linux

Diff of /trunk/core/gcc/gcc-8.2.0-r3.smage2

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

revision 31487 by niro, Thu Aug 2 11:58:33 2018 UTC revision 31488 by niro, Fri Aug 3 07:43:04 2018 UTC
# Line 8  PBUILD="r3" Line 8  PBUILD="r3"
8  _BASENAME="gcc"  _BASENAME="gcc"
9    
10  # in-tree isl  # in-tree isl
11  ISL_PVER="0.18"  ISL_PVER="0.19"
12    
13  PCAT="sys-dev"  PCAT="sys-dev"
14  HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"  HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
# Line 856  src_compile() Line 856  src_compile()
856   myconf+=" --enable-vtable-verify"   myconf+=" --enable-vtable-verify"
857   myconf+=" --enable-libvtv"   myconf+=" --enable-libvtv"
858    
859     # enable intel cet + branch tracking (IBT) and shadow stack (SHSTK)
860     myopts+=" --enable-cet=auto"
861    
862   # enable gold but use default linker as default   # enable gold but use default linker as default
863   #myconf+=" --enable-gold"   #myconf+=" --enable-gold"
864   #myconf+=" --with-plugin-ld=ld.gold"   #myconf+=" --with-plugin-ld=ld.gold"

Legend:
Removed from v.31487  
changed lines
  Added in v.31488