Magellan Linux

Diff of /trunk/core/gcc/gcc-4.8.4-r2.smage2

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

revision 23507 by niro, Tue Jan 13 14:02:29 2015 UTC revision 23508 by niro, Tue Jan 13 14:36:46 2015 UTC
# Line 301  SRC_URI=( Line 301  SRC_URI=(
301   gnu://${PNAME}/${PNAME}-${PVER}/${SRCFILE}   gnu://${PNAME}/${PNAME}-${PVER}/${SRCFILE}
302   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
303   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch
  mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch  
304  )  )
305    
306  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 723  src_prepare() Line 722  src_prepare()
722   # generic fixes   # generic fixes
723   mpatch ${PNAME}-4.5.1-no-fixincludes.patch || die   mpatch ${PNAME}-4.5.1-no-fixincludes.patch || die
724    
  # fix pic issues  
  mpatch ${PNAME}-4.7.1-libada-pic.patch || die  
   
725   # suppress installation of libffi, we're using libffi3 instead   # suppress installation of libffi, we're using libffi3 instead
726   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die
727   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.23507  
changed lines
  Added in v.23508