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 2159 by niro, Wed Aug 14 07:55:29 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 55  STRIP_DYN_BIN="--strip-all" Line 55  STRIP_DYN_BIN="--strip-all"
55  STRIP_STATIC_LIB="--strip-debug"  STRIP_STATIC_LIB="--strip-debug"
56    
57  # Extension defaults  # Extension defaults
58  #  Do not modify these settings unless you know what you are doing  # Do not modify these settings unless you know what you are doing
59  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
60  SRCPKGSUFFIX="mpks"  SRCPKGSUFFIX="mpks"
61  MAGESUFFIX="mage"  MAGESUFFIX="mage"
# Line 116  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 116  WGET_FETCH_OPTIONS="--passive-ftp --trie
116  #          * Enable distcc support in smage  #          * Enable distcc support in smage
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    #      icecc|!icecc
120    #          * Enable icecc support in smage
121    #          * icecream must be installed to use this feature
122    #          * For developers only
123  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
124  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
125  #      libtool|!libtool  #      libtool|!libtool
126  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
127  #          * For developers only  #          * For developers only
# Line 126  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 130  WGET_FETCH_OPTIONS="--passive-ftp --trie
130  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
131  #      pkgbuild|!pkgbuild  #      pkgbuild|!pkgbuild
132  #          * Enables or disables the package build process  #          * Enables or disables the package build process
133  #          * !buildpkg feature is only intended to be used for special-cases,  #          * !pkgbuild feature is only intended to be used for special-cases,
134  #          * 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.
135  #          * Only disable this feature, if you know what you are doing!  #          * Only disable this feature, if you know what you are doing!
136  #          * For developers only  #          * For developers only

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