mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-26 01:03:32 +00:00
abuild.conf: add ARCH and minor cleanup
This commit is contained in:
parent
c5b9e2c6dc
commit
52534d4d51
13
abuild.conf
13
abuild.conf
@ -1,19 +1,20 @@
|
||||
export CHOST=i486-alpine-linux-uclibc
|
||||
export CFLAGS="-march=i486 -Os -fomit-frame-pointer"
|
||||
ARCH=x86
|
||||
|
||||
CHOST=i486-alpine-linux-uclibc
|
||||
CTARGET=$CHOST
|
||||
|
||||
export CFLAGS="-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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user