Magellan Linux

Diff of /trunk/core/db48-compat/db48-compat-4.8.30-r3.smage2

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

revision 11519 by niro, Mon Mar 12 14:26:49 2012 UTC revision 11520 by niro, Mon Mar 12 14:39:00 2012 UTC
# Line 30  src_compile() Line 30  src_compile()
30   local abi   local abi
31   for abi in ${MULTILIB_ABIS}   for abi in ${MULTILIB_ABIS}
32   do   do
33     case ${abi} in
34     m32) export ABI_LIBDIR="lib" ;;
35     m64) export ABI_LIBDIR="lib64" ;;
36     esac
37    
38   cd ${SRCDIR}-${abi}/build_unix   cd ${SRCDIR}-${abi}/build_unix
39    
40   local conf   local conf

Legend:
Removed from v.11519  
changed lines
  Added in v.11520