Magellan Linux

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

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

revision 1552 by niro, Tue Dec 27 10:50:33 2011 UTC revision 1553 by niro, Tue Dec 27 10:52:11 2011 UTC
# Line 38  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 57  DISTCC_DIR="${BUILDDIR}/.distcc" Line 57  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.1552  
changed lines
  Added in v.1553