Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

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

revision 1612 by niro, Mon Jan 9 19:49:50 2012 UTC revision 1613 by niro, Mon Jan 9 20:05:53 2012 UTC
# Line 44  CXXFLAGS="${CFLAGS}" Line 44  CXXFLAGS="${CFLAGS}"
44  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,--as-needed"
45  MAKEOPTS="-j2"  MAKEOPTS="-j2"
46    
47    # cross-compile host
48    # set this only if you want to crosscompile
49    # you need also a cross-compile toolchain installed
50    #CTARGET="i486-pc-linux-gnu"
51    
52  # Strip options  # Strip options
53  STRIP_DYN_LIB="--strip-unneeded"  STRIP_DYN_LIB="--strip-unneeded"
54  STRIP_DYN_BIN="--strip-all"  STRIP_DYN_BIN="--strip-all"

Legend:
Removed from v.1612  
changed lines
  Added in v.1613