Magellan Linux

Diff of /trunk/include/multilib.sminc

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

revision 11825 by niro, Wed Apr 18 18:05:43 2012 UTC revision 11827 by niro, Wed Apr 18 21:41:58 2012 UTC
# Line 229  mabi() Line 229  mabi()
229    
230  mabi-cc()  mabi-cc()
231  {  {
232   echo "gcc -\${ABI}"   echo "\"gcc -\${ABI}\""
233  }  }
234    
235  mabi-cxx()  mabi-cxx()
236  {  {
237   echo "g++ -\${ABI}"   echo "\"g++ -\${ABI}\""
238  }  }
239    
240  ##  ##

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