Magellan Linux

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

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

revision 1605 by niro, Tue Jan 3 20:14:43 2012 UTC revision 1613 by niro, Mon Jan 9 20:05:53 2012 UTC
# Line 44  CXXFLAGS="${CFLAGS}" Line 44  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.1605  
changed lines
  Added in v.1613