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 5653 by niro, Tue May 13 12:26:36 2014 UTC revision 5654 by niro, Tue May 13 12:28:27 2014 UTC
# Line 309  SRC_URI=( Line 309  SRC_URI=(
309   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch
310   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch
311   mirror://${PNAME}/${PNAME}-4.8-filename-output.patch   mirror://${PNAME}/${PNAME}-4.8-filename-output.patch
312   mirror://${PNAME}/${PNAME}-4.9-tree-ssa-threadedge.patch.patch   mirror://${PNAME}/${PNAME}-4.9-tree-ssa-threadedge.patch
313  )  )
314    
315  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 794  src_prepare() Line 794  src_prepare()
794    
795   # fix ffmpeg flac playback code generation   # fix ffmpeg flac playback code generation
796   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
797   mpatch ${PNAME}-4.9-tree-ssa-threadedge.patch.patch || die   mpatch ${PNAME}-4.9-tree-ssa-threadedge.patch || die
798    
799   # suppress installation of libffi, we're using libffi3 instead   # suppress installation of libffi, we're using libffi3 instead
800   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die

Legend:
Removed from v.5653  
changed lines
  Added in v.5654