Skip to content
Snippets Groups Projects
Commit f6ac9c34 authored by Edric Milaret's avatar Edric Milaret
Browse files

ios: bump gmp

The disable assembly flag was broken and fixed in 6.1.0
Tuleap: #313

Change-Id: Ib49e7181d32fab6311e65ad0df67687d0291688e
parent 1d34bf5d
Branches
No related tags found
No related merge requests found
06bdd312146f77bd23d1447e60b02bfea2f1e6d00798b073879e8a50a6cf7264bdbf6f31a8347dd3a0889c7a9dee2d24051b74542fc4f9f07ba2d0f744e092ad gmp-6.0.0.tar.bz2 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117 gmp-6.1.0.tar.bz2
# GNU Multiple Precision Arithmetic # GNU Multiple Precision Arithmetic
GMP_VERSION := 6.0.0 GMP_VERSION := 6.1.0
GMP_URL := https://gmplib.org/download/gmp-$(GMP_VERSION)/gmp-$(GMP_VERSION).tar.bz2 GMP_URL := https://gmplib.org/download/gmp-$(GMP_VERSION)/gmp-$(GMP_VERSION).tar.bz2
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2: $(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
...@@ -10,12 +10,13 @@ $(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2: ...@@ -10,12 +10,13 @@ $(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2:
gmp: gmp-$(GMP_VERSION).tar.bz2 .sum-gmp gmp: gmp-$(GMP_VERSION).tar.bz2 .sum-gmp
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/gmp/thumb.patch
$(APPLY) $(SRC)/gmp/clang.patch
$(APPLY) $(SRC)/gmp/decimalpoint.patch
$(MOVE) $(MOVE)
.gmp: gmp .gmp: gmp
ifdef HAVE_IOS
cd $< && $(HOSTVARS) ./configure --disable-assembly $(HOSTCONF)
else
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
endif
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment