Magellan Linux

Diff of /trunk/core/glibc/glibc-2.28-r1.smage2

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

revision 31486 by niro, Thu Aug 2 10:49:59 2018 UTC revision 31487 by niro, Fri Aug 3 06:11:01 2018 UTC
# Line 72  fi Line 72  fi
72  [[ -z ${ALT_HEADERS} ]] && export ALT_HEADERS="/usr/include"  [[ -z ${ALT_HEADERS} ]] && export ALT_HEADERS="/usr/include"
73    
74  # kernel support  # kernel support
75  export ENABLE_KERNEL=2.6.32  export ENABLE_KERNEL=3.2.0
76    
77  src_prepare()  src_prepare()
78  {  {
# Line 144  src_compile() Line 144  src_compile()
144   myopts+=" --enable-stackguard-randomization"   myopts+=" --enable-stackguard-randomization"
145   # enable stack protector   # enable stack protector
146   myopts+=" --enable-stack-protector=strong"   myopts+=" --enable-stack-protector=strong"
147     # enable static pie
148     myopts+=" --enable-static-pie"
149   # enable intel cet + branch tracking (IBT) and shadow stack (SHSTK)   # enable intel cet + branch tracking (IBT) and shadow stack (SHSTK)
150   myopts+=" --enable-cet"   myopts+=" --enable-cet"
151    

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