summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2018-11-16 12:37:59 -0800
committerTyler Veness2018-11-16 12:37:59 -0800
commit1435b1f5fa50898aa634052ca5fba59867241ad8 (patch)
tree56f34bc3c5423798bef262ec1c53ffbadffff8b8
parenta82b63a193e266bd9e145f7a1154f526cf6809c3 (diff)
downloadaur-arm-frc-linux-gnueabi-gcc.tar.gz
Build with --with-fpu=vfpv3 instead of --with-fpu=vfp
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6beefe979cad..258c8e0e680e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-frc-linux-gnueabi-gcc
pkgdesc = The GNU Compiler Collection (arm-frc-linux-gnueabi)
pkgver = 5.5.0
- pkgrel = 2
+ pkgrel = 3
url = http://gcc.gnu.org
arch = i686
arch = x86_64
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' \