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 1676 by niro, Mon Feb 6 09:59:58 2012 UTC revision 2044 by niro, Fri Feb 1 10:26:33 2013 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
# Line 126  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 126  WGET_FETCH_OPTIONS="--passive-ftp --trie
126  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
127  #      pkgbuild|!pkgbuild  #      pkgbuild|!pkgbuild
128  #          * Enables or disables the package build process  #          * Enables or disables the package build process
129  #          * !buildpkg feature is only intended to be used for special-cases,  #          * !pkgbuild feature is only intended to be used for special-cases,
130  #          * like virtuals and not to be a global feature. Use this with care.  #          * like virtuals and not to be a global feature. Use this with care.
131  #          * Only disable this feature, if you know what you are doing!  #          * Only disable this feature, if you know what you are doing!
132  #          * For developers only  #          * For developers only

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