diff options
author | Mike Sullivan <mksully22@gmail.com> | 2019-01-16 14:50:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-16 19:56:57 +0000 |
commit | ffde814033042274f6d99c8f22e8244d72692003 (patch) | |
tree | a310ce110abc373d940f441ae81eb308866e58fd /testing/fs-uae | |
parent | 61827700967999ca8f0df7c7a4dab6f50abc21b8 (diff) | |
download | aports-ffde814033042274f6d99c8f22e8244d72692003.tar.bz2 aports-ffde814033042274f6d99c8f22e8244d72692003.tar.xz |
testing/fs-uae: on ppc64le fix build error float128 by restricting build options
Diffstat (limited to 'testing/fs-uae')
-rw-r--r-- | testing/fs-uae/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD index 159a709034..47a4944473 100644 --- a/testing/fs-uae/APKBUILD +++ b/testing/fs-uae/APKBUILD @@ -3,7 +3,7 @@ pkgname=fs-uae # Remember to upgrade fs-uae-launcher to same version of fs-uae pkgver=2.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="Amiga emulator." url="https://fs-uae.net/" arch="all !armhf !armv7 !aarch64 !s390x" # --enable-jit not supported for these arches @@ -22,7 +22,7 @@ build() { ppc64le) _jitoptions="--disable-jit" export CFLAGS="-g -O2 -U__ALTIVEC__" - export CXXFLAGS="-g -O2 -U__ALTIVEC__" + export CXXFLAGS="-D__STRICT_ANSI__ -g -O2 -U__ALTIVEC__" ;; esac |