mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-12 01:18:17 +00:00
remove -fPIC from CFLAGS. added comments for SRC/PKGDEST
This commit is contained in:
parent
ffd9030e50
commit
99f8ff1195
@ -1,7 +1,8 @@
|
|||||||
export CHOST=i486-alpine-linux-uclibc
|
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 CXXFLAGS="$CFLAGS"
|
||||||
export CPPFLAGS="$CFLAGS"
|
export CPPFLAGS="$CFLAGS"
|
||||||
|
export LDFLAGS="-Wl,--as-needed"
|
||||||
|
|
||||||
export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH
|
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
|
# 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
|
||||||
|
|
||||||
|
# uncomment line below to store built packages in other location
|
||||||
|
#PKGDEST=/var/lib/packages
|
||||||
|
Loading…
Reference in New Issue
Block a user