Magellan Linux

Diff of /branches/mage-next/conf/mage.rc.global.in

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

revision 1676 by niro, Mon Feb 6 09:59:58 2012 UTC revision 1685 by niro, Mon Feb 6 10:23:52 2012 UTC
# Line 38  MAGE_TREE_DEST="${MAGEDIR}" Line 38  MAGE_TREE_DEST="${MAGEDIR}"
38    
39  # Arch specific options and build flags  # Arch specific options and build flags
40  ARCH="@@ARCH@@"  ARCH="@@ARCH@@"
41  CHOST="${ARCH}-pc-linux-gnu"  CHOST="@@ARCH@@-pc-linux-gnu"
42  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=@@MTUNE@@ -O2 -pipe"
43  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
44  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,--as-needed"
45  MAKEOPTS="-j2"  MAKEOPTS="-j2"
# Line 117  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 117  WGET_FETCH_OPTIONS="--passive-ftp --trie
117  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
118  #          * For developers only  #          * For developers only
119  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
120  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
121  #      libtool|!libtool  #      libtool|!libtool
122  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
123  #          * For developers only  #          * For developers only

Legend:
Removed from v.1676  
changed lines
  Added in v.1685