Attached to Project: CRUX-ARM
Opened by Victor Martinez - 2011-05-27
Last edited by Victor Martinez - 2011-05-27
Opened by Victor Martinez - 2011-05-27
Last edited by Victor Martinez - 2011-05-27
FS#10 - libgmp: it's fixed to ABI=32 and i686
Possible patch (needs testing and a better review/fix (to don’t force armv7l):
— libgmp.orig/Pkgfile 2011-05-27 08:36:09.000000000 +0200
+++ libgmp/Pkgfile 2011-05-27 08:36:01.000000000 +0200
@@ -9,9 +9,9 @@
build() {
cd gmp-$version
- ABI=32 ./configure –prefix=/usr \
- –enable-cxx \
- –build=i686-pc-linux-gnu
+ ./configure –prefix=/usr \
+ –enable-cxx \
+ –build=armv7l-unknown-linux-gnueabi
make make DESTDIR=$PKG install rm -r $PKG/usr/share
Closed by Victor Martinez
Friday, 27 May 2011, 06:42 GMT
Reason for closing: Duplicate
Additional comments about closing:
Friday, 27 May 2011, 06:42 GMT
Reason for closing: Duplicate
Additional comments about closing:
There is another ticket filled with this
problem. Moving the info to it
(sorry)