summaryrefslogtreecommitdiffstats
path: root/abuild.conf
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-27 17:45:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-27 17:45:48 +0000
commit99f8ff11959ddeca426b4c547e0b824c1584b7e3 (patch)
tree321b58e19897fe41b93426ef3d0fdd5ffc3f29e9 /abuild.conf
parentffd9030e5025ddb2a2a50478cdde46c43c916868 (diff)
downloadabuild-99f8ff11959ddeca426b4c547e0b824c1584b7e3.tar.bz2
abuild-99f8ff11959ddeca426b4c547e0b824c1584b7e3.tar.xz
remove -fPIC from CFLAGS. added comments for SRC/PKGDEST
Diffstat (limited to 'abuild.conf')
-rw-r--r--abuild.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/abuild.conf b/abuild.conf
index a14649f..1e9bed0 100644
--- a/abuild.conf
+++ b/abuild.conf
@@ -1,7 +1,8 @@
export CHOST=i486-alpine-linux-uclibc
-export CFLAGS="-march=i486 -Os -fPIC -fomit-frame-pointer"
+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
@@ -9,3 +10,9 @@ export MAKEFLAGS=-j2
# 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
+#PKGDEST=/var/lib/packages