summaryrefslogtreecommitdiff
path: root/abuild.conf
blob: aba818abb98f693c5c5652349977de00e3bd4092 (plain) (blame)
1
2
3
4
5
6
7
8
9
export CFLAGS="-march=i486 -Os -fPIC -fstack-protector -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"

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

export MAKEFLAGS=-j2

# remove line below to disable colors
USE_COLORS=1