summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2018-11-16 12:37:59 -0800
committerTyler Veness2018-11-16 12:37:59 -0800
commit1435b1f5fa50898aa634052ca5fba59867241ad8 (patch)
tree56f34bc3c5423798bef262ec1c53ffbadffff8b8 /PKGBUILD
parenta82b63a193e266bd9e145f7a1154f526cf6809c3 (diff)
downloadaur-arm-frc-linux-gnueabi-gcc.tar.gz
Build with --with-fpu=vfpv3 instead of --with-fpu=vfp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2bb6f06003b..b063ead78bd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-gcc
pkgver=5.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
@@ -48,7 +48,7 @@ build() {
--with-ld=/usr/bin/${_target}-ld \
--with-cpu=cortex-a9 \
--with-float=softfp \
- --with-fpu=vfp \
+ --with-fpu=vfpv3 \
--with-specs='%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}' \
--enable-lto \
--with-pkgversion='GCC for FRC' \