diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-04 15:15:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-04 15:15:37 +0000 |
commit | cb7bb27a144083afe9b3f5955d8bc6def33eee9b (patch) | |
tree | cde32810741245119d21007348a20728e4a01be7 /abuild.conf | |
parent | 92d947b000ca27cd446c7050dfd45c2d4fb5113f (diff) | |
download | alpine-iso.tar.bz2 alpine-iso.tar.xz |
alpine-mini: add wifi tools, firmware and opensslalpine-iso
Diffstat (limited to 'abuild.conf')
-rw-r--r-- | abuild.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abuild.conf b/abuild.conf deleted file mode 100644 index 315f3b5..0000000 --- a/abuild.conf +++ /dev/null @@ -1,25 +0,0 @@ -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>" - |