Magellan Linux

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

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

revision 1542 by niro, Tue Dec 20 16:01:52 2011 UTC revision 1553 by niro, Tue Dec 27 10:52:11 2011 UTC
# Line 1  Line 1 
 # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.9 2008-09-02 20:31:54 niro Exp $  
 #  
1  # mage.rc.global - global configuration file for mage  # mage.rc.global - global configuration file for mage
2  # will be overridden by /etc/mage.rc  # $Id$
3    #
4    # !! Do not edit this file, it will be overwritten on update. !!
5    # !! Use /etc/mage.rc instead to override any settings. !!
6  #  #
7    
8  ## Default locations  ## Default locations
# Line 37  RSYNC_FETCH_OPTIONS="--recursive --links Line 38  RSYNC_FETCH_OPTIONS="--recursive --links
38  # Default fetch options for wget  # Default fetch options for wget
39  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
40    
41  # Default build options  # Arch specific options and build flags
42  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
43  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
44  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
# Line 45  SMAGE_USE_CCACHE="false" Line 46  SMAGE_USE_CCACHE="false"
46  SMAGE_USE_DISTCC="false"  SMAGE_USE_DISTCC="false"
47  MAKEOPTS="-j2"  MAKEOPTS="-j2"
48    
49    # Strip options
50    STRIP_DYN_LIB="--strip-unneeded"
51    STRIP_DYN_BIN="--strip-all"
52    STRIP_STATIC_LIB="--strip-debug"
53    
54  # Distcc specific settings  # Distcc specific settings
55  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""
56  DISTCC_DIR="${BUILDDIR}/.distcc"  DISTCC_DIR="${BUILDDIR}/.distcc"
57  DISTCC_VERBOSE="0"  DISTCC_VERBOSE="0"
58  DISTCC_LOG="/var/log/distcc.log"  DISTCC_LOG="/var/log/distcc.log"
59    
60  # Default mirrors  # Default mirrors and download options
61  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
62  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
63  SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"  SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"

Legend:
Removed from v.1542  
changed lines
  Added in v.1553