Skip to content
Snippets Groups Projects
Commit 52534d4d authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild.conf: add ARCH and minor cleanup

parent c5b9e2c6
No related branches found
No related tags found
No related merge requests found
export CHOST=i486-alpine-linux-uclibc ARCH=x86
export CFLAGS="-march=i486 -Os -fomit-frame-pointer"
CHOST=i486-alpine-linux-uclibc
CTARGET=$CHOST
export CFLAGS="-Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"
export CPPFLAGS="$CFLAGS" export CPPFLAGS="$CFLAGS"
export LDFLAGS="-Wl,--as-needed" export LDFLAGS="-Wl,--as-needed"
export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH
export JOBS=2 export JOBS=2
export MAKEFLAGS=-j$JOBS export MAKEFLAGS=-j$JOBS
# remove line below to disable colors # remove line below to disable colors
USE_COLORS=1 USE_COLORS=1
# uncomment line below to fetch sources to other location location SRCDEST=/var/cache/distfiles
#SRCDEST=/var/cache/distfiles
# uncomment line below to store built packages in other location # uncomment line below to store built packages in other location
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk # The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment