Magellan Linux

Diff of /branches/R11-unstable/include/multilib.sminc

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

revision 11544 by niro, Mon Mar 12 20:54:11 2012 UTC revision 11825 by niro, Wed Apr 18 18:05:43 2012 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2  # multilib abis  # multilib abis
3    
4  # tell that we are doing a multilib build  # tell the buildsystem that we are doing a multilib build
5  export MULITLIB_BUILD="true"  export MULTILIB_BUILD="true"
6    
7  # be verbose or nor (true|false}  # be verbose or nor (true|false}
8  : ${MULTILIB_VERBOSE="true"}  : ${MULTILIB_VERBOSE="true"}
# Line 227  mabi() Line 227  mabi()
227   echo \${ABI}   echo \${ABI}
228  }  }
229    
230    mabi-cc()
231    {
232     echo "gcc -\${ABI}"
233    }
234    
235    mabi-cxx()
236    {
237     echo "g++ -\${ABI}"
238    }
239    
240  ##  ##
241  # multilib compile functions  # multilib compile functions
242  ##  ##

Legend:
Removed from v.11544  
changed lines
  Added in v.11825