CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.35.6 and removed static build to avoid errors on footprint...
[ports/core-arm.git] / pkgutils / pkgmk.conf.patch
CommitLineData
ab267733
VM
1--- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000
2+++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000
3@@ -2,9 +2,8 @@
64818908
JB
4 # /etc/pkgmk.conf: pkgmk(8) configuration
5 #
6
819bbdb0 7-export CFLAGS="-O2 -march=x86-64 -pipe"
ab267733
VM
8-export CXXFLAGS="${CFLAGS}"
9-
819bbdb0 10+export CFLAGS="-O2 -pipe -mfloat-abi=hard"
ab267733
VM
11+export CXXFLAGS="$CFLAGS"
12 # export MAKEFLAGS="-j2"
64818908 13
819bbdb0 14 case ${PKGMK_ARCH} in