CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
0fc3176793a8d16b29f1e4046cfe38e65e99b812
[pkgutils-cross.git] / pkgmk.conf
1 #
2 # /etc/pkgmk.conf: pkgmk(8) configuration
3 #
4
5 export CFLAGS="-O2 -march=i686 -pipe"
6 export CXXFLAGS="-O2 -march=i686 -pipe"
7
8 # PKGMK_SOURCE_MIRRORS=()
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"
15 # PKGMK_WGET_OPTS=""
16 # PKGMK_COMPRESSION_MODE="gz"
17
18 # End of file