diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-05 01:56:55 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-05 01:56:55 +0100 |
commit | 4c6f8e1fdf89d2899b81dd6a680a65e89e20b7a9 (patch) | |
tree | b73d932f2d8784e798582ad74484de557ad6c89a /testing/ffcall | |
parent | f97e12007e049601c0b42050e3315998a0a87875 (diff) | |
download | aports-4c6f8e1fdf89d2899b81dd6a680a65e89e20b7a9.tar.bz2 aports-4c6f8e1fdf89d2899b81dd6a680a65e89e20b7a9.tar.xz |
testing/ffcall: disable on armhf due to build failure
gcc -Os -fomit-frame-pointer -pipe -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: libvacall.a(vacall.o): relocation R_ARM_MOVW_ABS_NC against `vacall_function' can not be used when making a shared object; recompile with -fPIC
libvacall.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:271: minitests] Error 1
Diffstat (limited to 'testing/ffcall')
-rw-r--r-- | testing/ffcall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD index efa4d58cae..4cd914dbb8 100644 --- a/testing/ffcall/APKBUILD +++ b/testing/ffcall/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0 pkgrel=1 pkgdesc="C library for implementing foreign function calls in embedded interpreters" url="http://www.gnu.org/software/libffcall/" -arch="all !x86" +arch="all !x86 !armhf" license="GPL2" depends="" depends_dev="" |