From 6351f45881ba2a1e7787e3cce8b56a10f7e23585 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Sat, 11 Apr 2015 18:46:13 +0200 Subject: [depends/libffi] - pass the "don't use std asm" only to the CCASFLAGS - fixes configure failing to detect working c compiler in xcode6.3 --- tools/depends/target/libffi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/depends/target/libffi/Makefile b/tools/depends/target/libffi/Makefile index 3a4ed476a3..fa4ee815bf 100644 --- a/tools/depends/target/libffi/Makefile +++ b/tools/depends/target/libffi/Makefile @@ -10,7 +10,7 @@ ARCHIVE=$(SOURCE).tar.gz # configuration settings CONFIGURE= ./configure --prefix=$(PREFIX) --disable-shared --disable-builddir ifeq ($(OS), ios) -CONFIGURE+=CFLAGS=-no-integrated-as +CONFIGURE+=CCASFLAGS=-no-integrated-as endif -- cgit v1.2.3