Skip to content
Snippets Groups Projects
Commit 19acdd2e authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

ios: reactivate assembly where possible

reactivate opus and nettle assembly

Change-Id: Ia4111c966d12c33e6dd66a6541cadd2614009d2c
Tuleap: #313
parent 20d7b9b1
Branches
Tags
No related merge requests found
......@@ -22,10 +22,6 @@ nettle: nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
DEPS_nettle = gmp $(DEPS_gmp)
.nettle: nettle
ifdef HAVE_IOS
cd $< && $(HOSTVARS) ./configure --disable-assembler $(HOSTCONF)
else
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
endif
cd $< && $(MAKE) install
touch $@
......@@ -25,10 +25,6 @@ ifndef HAVE_FPU
OPUS_CONF += --enable-fixed-point
endif
ifdef HAVE_IOS
OPUS_CONF += --disable-asm
endif
.opus: opus
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(OPUS_CONF)
cd $< && $(MAKE) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment