CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated mandir and added -march=native to CFLAGS (this will cause a lot...
[ports/core-arm.git] / pkgutils / pkgmk.conf.patch
index 0f05a56d19336f75807c37208778a615fdf95663..04813e621b3e6887afdca34101611728c659082f 100644 (file)
@@ -7,7 +7,7 @@
 -export CFLAGS="-O2 -march=x86-64 -pipe"
 -export CXXFLAGS="${CFLAGS}"
 -
-+export CFLAGS="-O2 -pipe -mfloat-abi=hard"
++export CFLAGS="-O2 -pipe -mfloat-abi=hard -march=native"
 +export CXXFLAGS="$CFLAGS"
  # export MAKEFLAGS="-j2"