2008-11-13 10:41:29 +00:00
|
|
|
export CHOST=i486-alpine-linux-uclibc
|
2008-11-27 17:45:48 +00:00
|
|
|
export CFLAGS="-march=i486 -Os -fomit-frame-pointer"
|
2008-10-18 08:09:24 +00:00
|
|
|
export CXXFLAGS="$CFLAGS"
|
2008-11-13 10:41:29 +00:00
|
|
|
export CPPFLAGS="$CFLAGS"
|
2008-11-27 17:45:48 +00:00
|
|
|
export LDFLAGS="-Wl,--as-needed"
|
2008-10-18 08:09:24 +00:00
|
|
|
|
|
|
|
export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH
|
|
|
|
|
2008-10-22 21:03:22 +00:00
|
|
|
export MAKEFLAGS=-j2
|
2008-11-08 11:05:45 +00:00
|
|
|
|
|
|
|
# remove line below to disable colors
|
|
|
|
USE_COLORS=1
|
2008-11-27 17:45:48 +00:00
|
|
|
|
|
|
|
# uncomment line below to fetch sources to other location location
|
|
|
|
#SRCDEST=/var/cache/distfiles
|
|
|
|
|
|
|
|
# uncomment line below to store built packages in other location
|
|
|
|
#PKGDEST=/var/lib/packages
|