Magellan Linux

Diff of /trunk/core/gcc/gcc-7.3.0-r1.smage2

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

revision 30576 by niro, Wed Jan 31 08:04:47 2018 UTC revision 30577 by niro, Wed Jan 31 08:07:44 2018 UTC
# Line 282  SRC_URI=( Line 282  SRC_URI=(
282   mirror://${_BASENAME}/${ISL_SRCFILE}   mirror://${_BASENAME}/${ISL_SRCFILE}
283   mirror://${_BASENAME}/${_BASENAME}-4.5.1-no-fixincludes.patch   mirror://${_BASENAME}/${_BASENAME}-4.5.1-no-fixincludes.patch
284   mirror://${_BASENAME}/${_BASENAME}-6.1.0-java-no-multilib.patch   mirror://${_BASENAME}/${_BASENAME}-6.1.0-java-no-multilib.patch
  mirror://${_BASENAME}/${_BASENAME}-7.1.0-lto-fix.patch  
285  )  )
286    
287  UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/${PNAME}/' | utf8encode | grep '\[DIR\].*${PNAME}' | sed 's:.*${PNAME}-\(.*\)/.*:\1:' | upsort_pipe"  UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/${PNAME}/' | utf8encode | grep '\[DIR\].*${PNAME}' | sed 's:.*${PNAME}-\(.*\)/.*:\1:' | upsort_pipe"
# Line 783  src_prepare() Line 782  src_prepare()
782    
783   cd ${SRCDIR}   cd ${SRCDIR}
784    
  # fix lto issues  
  # see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80717  
  mpatch ${_BASENAME}-7.1.0-lto-fix.patch || die  
   
785   # generic fixes   # generic fixes
786   mpatch ${_BASENAME}-4.5.1-no-fixincludes.patch || die   mpatch ${_BASENAME}-4.5.1-no-fixincludes.patch || die
787   # re-add --enable/disable-libjava-multilib switch   # re-add --enable/disable-libjava-multilib switch

Legend:
Removed from v.30576  
changed lines
  Added in v.30577