CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 64 -
(show annotations)
Tue Feb 15 02:06:31 2011 UTC (2 years, 3 months ago) by acrux
File size: 509 byte(s)
Tue Feb 15 02:06:31 2011 UTC (2 years, 3 months ago) by acrux
File size: 509 byte(s)
synced with 2.7
| 1 | # |
| 2 | # /etc/pkgmk.conf: pkgmk(8) configuration |
| 3 | # |
| 4 | |
| 5 | export CFLAGS="-O2 -mcpu=${HOSTTYPE} -pipe" |
| 6 | export CXXFLAGS="-O2 -mcpu=${HOSTTYPE} -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_IGNORE_NEW="no" |
| 15 | # PKGMK_NO_STRIP="no" |
| 16 | # PKGMK_WGET_OPTS="" |
| 17 | PKGMK_COMPRESSION_MODE="xz" |
| 18 | |
| 19 | # End of file |
| 20 | #export MAKEFLAGS="-j$((4 * $(cat /proc/cpuinfo | grep ^processor | wc -l)))" |
| 21 | export MAKEFLAGS="-j4" |