Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_7_branch/mage.rc

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

revision 3059 by niro, Wed May 15 12:06:33 2013 UTC revision 3060 by niro, Thu Aug 31 12:17:26 2017 UTC
# Line 2  Line 2 
2  # use this file to override any settings of mage.rc.global  # use this file to override any settings of mage.rc.global
3  # $Id$  # $Id$
4    
5  MAGE_DISTRIBUTION="unstable"  MAGE_DISTRIBUTION="stable"
6  MAGE_UNINSTALL_TIMEOUT=0  MAGE_UNINSTALL_TIMEOUT=0
7    
8  # Default mirrors and download options  # Default mirrors and download options
9  MIRRORS="http://magellan-linux.de/magellan/alx-0.7.0"  MIRRORS="http://magellan-linux.de/magellan/alx-0.7.0-${MAGE_DISTRIBUTION}"
10  RSYNC="rsync://magellan-linux.de/mage-0.7.0"  RSYNC="rsync://magellan-linux.de/mage-0.7.0-${MAGE_DISTRIBUTION}"
11  SMAGE2RSYNC="rsync://magellan-linux.de/smage-0.7.0"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-0.7.0-${MAGE_DISTRIBUTION}"
12    
13  # Arch specific options and build flags  # Arch specific options and build flags
14  ARCH="i486"  ARCH="i486"
15  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
16  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CPPFLAGS="-D_FORTIFY_SOURCE=2"
17    CFLAGS="-march=${ARCH} -mtune=generic -O2 -pipe -fstack-protector-strong"
18  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
19  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
20    
21  MAKEOPTS="-j2"  MAKEOPTS="-j2"
22  PACKAGES_SERVER_PATH="packages/${ARCH}"  PACKAGES_SERVER_PATH="packages/${ARCH}"
23    

Legend:
Removed from v.3059  
changed lines
  Added in v.3060