Magellan Linux

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

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

revision 11827 by niro, Wed Apr 18 21:41:58 2012 UTC revision 11828 by niro, Wed Apr 18 21:46:01 2012 UTC
# Line 237  mabi-cxx() Line 237  mabi-cxx()
237   echo "\"g++ -\${ABI}\""   echo "\"g++ -\${ABI}\""
238  }  }
239    
240    mabi-cflags()
241    {
242     echo "\"\${CFLAGS}\""
243    }
244    
245    mabi-cxxflags()
246    {
247     echo "\"\${CXXFLAGS}\""
248    }
249    
250    mabi-ldflags()
251    {
252     echo "\"\${LDFLAGS}\""
253    }
254    
255  ##  ##
256  # multilib compile functions  # multilib compile functions
257  ##  ##

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