Magellan Linux

Diff of /trunk/core/binutils/binutils-2.25-r1.smage2

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

revision 23500 by niro, Tue Jan 13 09:47:11 2015 UTC revision 23501 by niro, Tue Jan 13 10:12:00 2015 UTC
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32   http://www.kernel.org/pub/linux/devel/${PNAME}/${SRCFILE}   http://www.kernel.org/pub/linux/devel/${PNAME}/${SRCFILE}
33   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
34   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-2.16.91.0.5-multilib.patch  
35  )  )
36    
37  # unstable  # unstable
# Line 57  src_prepare() Line 56  src_prepare()
56  {  {
57   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
58   install -d ${SRCDIR}/build || die   install -d ${SRCDIR}/build || die
   
  cd ${SRCDIR}  
  mpatch ${PNAME}-2.16.91.0.5-multilib.patch || die  
59  }  }
60    
61  src_compile()  src_compile()
# Line 86  src_compile() Line 82  src_compile()
82   --enable-shared \   --enable-shared \
83   --enable-plugins \   --enable-plugins \
84   --enable-threads \   --enable-threads \
85     --enable-install-libiberty \
86   --disable-werror \   --disable-werror \
87   --with-pic \   --with-pic \
88   ${myopts} \   ${myopts} \

Legend:
Removed from v.23500  
changed lines
  Added in v.23501