Magellan Linux

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

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

revision 17069 by niro, Fri May 31 06:59:25 2013 UTC revision 17070 by niro, Fri May 31 07:03:09 2013 UTC
# Line 185  SRC_URI=( Line 185  SRC_URI=(
185   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch   mirror://${PNAME}/${PNAME}-4.5.1-no-fixincludes.patch
186   mirror://${PNAME}/${PNAME}-4.7.0-cloog017.patch   mirror://${PNAME}/${PNAME}-4.7.0-cloog017.patch
187   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch   mirror://${PNAME}/${PNAME}-4.7.1-libada-pic.patch
  mirror://${PNAME}/${PNAME}-4.7.1-libgo-write.patch  
  mirror://${PNAME}/${PNAME}-4.7.2-texinfo5.patch  
  mirror://${PNAME}/${PNAME}-4.7.2-gnat-texinfo5.patch  
188  )  )
189    
190  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 432  src_prepare() Line 429  src_prepare()
429   # fix pic issues   # fix pic issues
430   mpatch ${PNAME}-4.7.1-libada-pic.patch || die   mpatch ${PNAME}-4.7.1-libada-pic.patch || die
431    
  # fix compile issues  
  # see: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679  
  mpatch ${PNAME}-4.7.1-libgo-write.patch || die  
   
  # fix issues with texinfo-5  
  mpatch ${PNAME}-4.7.2-texinfo5.patch || die  
  mpatch ${PNAME}-4.7.2-gnat-texinfo5.patch || die  
   
432   # suppress installation of libiberty, as we will be   # suppress installation of libiberty, as we will be
433   # using the one from binutils   # using the one from binutils
434   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in || die   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in || die

Legend:
Removed from v.17069  
changed lines
  Added in v.17070