Magellan Linux

Diff of /smage/trunk/extras/rust/rust-1.18.0-r1.smage2

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

revision 9612 by niro, Fri Jul 28 11:05:34 2017 UTC revision 9613 by niro, Fri Jul 28 12:22:31 2017 UTC
# Line 87  src_compile() Line 87  src_compile()
87   local myconf   local myconf
88    
89   # enforce rust-bin chost   # enforce rust-bin chost
90   myconf+=" --host=${ARCH}-unknown-linux-gnu --build=${ARCH}-unknown-linux-gnu"   local myARCH
91     [[ ${ARCH} = i*86 ]] && myARCH=i686
92     myconf+=" --host=${myARCH}-unknown-linux-gnu --build=${myARCH}-unknown-linux-gnu"
93    
94   if [[ ${BOOTSTRAP} = 0 ]]   if [[ ${BOOTSTRAP} = 0 ]]
95   then   then

Legend:
Removed from v.9612  
changed lines
  Added in v.9613