X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=a2b8e2dfce2ad37f8c7f93b345f1446f188141f8;hb=25d21bea3e1cf6bfb60f93cf7a2de13e555f8a20;hp=60662b80f7e7d48a7500db1499ed49ae1f7fdccc;hpb=f293f17939e53b41a8b1661744774372da802c1b;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 60662b8..a2b8e2d 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -12,5 +12,5 @@ source=(http://crux.nu/files/$name-$version.tar.gz) build () { cd $name-$version make DESTDIR=$PKG install - sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mno-unaligned-access"|' -i $PKG/etc/pkgmk.conf + sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf }