mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2026-01-12 07:57:01 +00:00
17 lines
316 B
Plaintext
17 lines
316 B
Plaintext
|
|
PACKAGEDIR="$TOPDIR/packages"
|
|
SOURCEDIR="$TOPDIR/sources"
|
|
WORKDIR="/tmp/pkg-$name"
|
|
|
|
export MAKEFLAGS=-j$(nproc)
|
|
export CFLAGS="-O2 -march=x86-64 -pipe"
|
|
export CXXFLAGS="$CFLAGS"
|
|
|
|
export PATH="/usr/lib/ccache:$PATH"
|
|
export CCACHE_DIR="/var/cache/ccache"
|
|
|
|
#KEEP_LIBTOOL=1
|
|
#KEEP_STATICLIB=1
|
|
#KEEP_LOCALE=1
|
|
#NO_STRIP=1
|