Magellan Linux

Annotation of /trunk/mage-buildserver/config/profiles/alx-070/i486/mage.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3104 - (hide annotations) (download)
Fri Mar 15 07:40:01 2019 UTC (5 years, 2 months ago) by niro
File size: 503 byte(s)
-updated alx-070 profile to support i686, updated build flags
1 niro 2588 MAGE_DISTRIBUTION="unstable"
2     MIRRORS="http://magellan-linux.de/magellan/alx-0.7.0"
3     ARCH="i486"
4     CHOST="${ARCH}-pc-linux-gnu"
5 niro 3104 CPPFLAGS="-D_FORTIFY_SOURCE=2"
6     CFLAGS="-march=i486 -mtune=generic -O2 -pipe -fstack-protector-strong"
7 niro 2588 CXXFLAGS="${CFLAGS}"
8 niro 3104 LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
9 niro 2588 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