summaryrefslogtreecommitdiffstats
path: root/abuild.conf
blob: 315f3b553ce5963152a0a2cd6f242b92df8f6f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export CHOST=i486-alpine-linux-uclibc
export CFLAGS="-march=i486 -Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"
export CPPFLAGS="$CFLAGS"
export LDFLAGS="-Wl,--as-needed"

export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH

export JOBS=2
export MAKEFLAGS=-j$JOBS

# remove line below to disable colors
USE_COLORS=1

# uncomment line below to fetch sources to other location location
#SRCDEST=/var/cache/distfiles

# uncomment line below to store built packages in other location
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
#REPODEST=/var/lib/packages/

# PACKAGER is used to create new aports with 'abuild -n ...'
#PACKAGER="Your Name <your@email.address>"