CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Be less strict about the package name suffix.
[pkgutils-cross.git] / pkgmk.conf
CommitLineData
9ac667e6
SR
1#
2# /etc/pkgmk.conf: pkgmk(8) configuration
3#
4
5export CFLAGS="-O2 -march=i686 -pipe"
6export CXXFLAGS="-O2 -march=i686 -pipe"
7
2dee8e17 8# PKGMK_SOURCE_MIRRORS=()
9ac667e6
SR
9# PKGMK_SOURCE_DIR="$PWD"
10# PKGMK_PACKAGE_DIR="$PWD"
11# PKGMK_WORK_DIR="$PWD/work"
12# PKGMK_DOWNLOAD="no"
13# PKGMK_IGNORE_FOOTPRINT="no"
14# PKGMK_NO_STRIP="no"
51c534c2 15# PKGMK_WGET_OPTS=""
9ac667e6
SR
16
17# End of file