Magellan Linux

Diff of /smage/trunk/core/gcc/gcc-4.9.0-r1.smage2

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

revision 5669 by niro, Wed May 14 08:37:40 2014 UTC revision 5670 by niro, Fri May 16 09:02:48 2014 UTC
# Line 312  SRC_URI=( Line 312  SRC_URI=(
312   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch
313   mirror://${PNAME}/${PNAME}-4.8-filename-output.patch   mirror://${PNAME}/${PNAME}-4.8-filename-output.patch
314   mirror://${PNAME}/${PNAME}-4.9-tree-ssa-threadedge.patch   mirror://${PNAME}/${PNAME}-4.9-tree-ssa-threadedge.patch
315     mirror://${PNAME}/${PNAME}-4.9-java-regression.patch
316  )  )
317    
318  UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/${PNAME}/?C=M;O=A' | grep '\[DIR\]' | sed -n 's:.*${PNAME}-\(.*\)/.*:\1:;$ p'"  UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/${PNAME}/?C=M;O=A' | grep '\[DIR\]' | sed -n 's:.*${PNAME}-\(.*\)/.*:\1:;$ p'"
# Line 798  src_prepare() Line 799  src_prepare()
799   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
800   mpatch ${PNAME}-4.9-tree-ssa-threadedge.patch || die   mpatch ${PNAME}-4.9-tree-ssa-threadedge.patch || die
801    
802     # fix compile issues of openjdk
803     # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60965
804     mpatch ${PNAME}-4.9-java-regression.patch || die
805    
806   # suppress installation of libffi, we're using libffi3 instead   # suppress installation of libffi, we're using libffi3 instead
807   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die
808   sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in || die   sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in || die

Legend:
Removed from v.5669  
changed lines
  Added in v.5670