Magellan Linux

Diff of /branches/mage-next/conf/mage.rc.global.in

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

trunk/mage/usr/lib/mage/mage.rc.global revision 1584 by niro, Wed Dec 28 12:23:50 2011 UTC trunk/mage/usr/lib/mage/mage.rc.global.in revision 1613 by niro, Mon Jan 9 20:05:53 2012 UTC
# Line 37  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 37  SMAGESCRIPTSDIR="/var/cache/mage/smage"
37  MAGE_TREE_DEST="${MAGEDIR}"  MAGE_TREE_DEST="${MAGEDIR}"
38    
39  # Arch specific options and build flags  # Arch specific options and build flags
40  ARCH="i686"  ARCH="@@ARCH@@"
41  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
42  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
43  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
44  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,--as-needed"
45  MAKEOPTS="-j2"  MAKEOPTS="-j2"
46    
47    # cross-compile host
48    # set this only if you want to crosscompile
49    # you need also a cross-compile toolchain installed
50    #CTARGET="i486-pc-linux-gnu"
51    
52  # Strip options  # Strip options
53  STRIP_DYN_LIB="--strip-unneeded"  STRIP_DYN_LIB="--strip-unneeded"
54  STRIP_DYN_BIN="--strip-all"  STRIP_DYN_BIN="--strip-all"
# Line 59  SMAGESUFFIX="smage2" Line 64  SMAGESUFFIX="smage2"
64  # Purge targets  # Purge targets
65  # Array with all files which shall be removed from every package on build-time  # Array with all files which shall be removed from every package on build-time
66  # Do not touch these settings if you don't know what you are doing  # Do not touch these settings if you don't know what you are doing
67  PURGE_TARGETS=( usr/share/info/dir )  PURGE_TARGETS=( usr/share/info/dir usr/share/info/dir.gz )
68    
69  # Distcc specific settings  # Distcc specific settings
70  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""

Legend:
Removed from v.1584  
changed lines
  Added in v.1613