Magellan Linux

Contents of /trunk/mage-buildserver/config/profiles/alx-070/i686/mage.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3104 - (show annotations) (download)
Fri Mar 15 07:40:01 2019 UTC (5 years, 1 month ago) by niro
File size: 503 byte(s)
-updated alx-070 profile to support i686, updated build flags
1 MAGE_DISTRIBUTION="unstable"
2 MIRRORS="http://magellan-linux.de/magellan/alx-0.7.0"
3 ARCH="i686"
4 CHOST="${ARCH}-pc-linux-gnu"
5 CPPFLAGS="-D_FORTIFY_SOURCE=2"
6 CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
7 CXXFLAGS="${CFLAGS}"
8 LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
9 MAKEOPTS="-j2"
10 PACKAGES_SERVER_PATH="packages/${ARCH}"
11 MAGE_FEATURES=( "pkgdistrotag" "ccache" )
12 SMAGESCRIPTSDIR="/var/cache/mage/smage"
13 SRCPKGDIR="/var/cache/mage/src-packages"
14 MAGE_UNINSTALL_TIMEOUT=0