From 3f5b7864df62674298e5c8cd2a5061f2af75ac03 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Wed, 30 Jan 2013 15:03:11 -0600 Subject: Remove workarounds for cross-compiling. Search for ar and ranlib. Use the methods that autoconf gives us to find ar/ranlib, rather than trying to guess based on the compiler used. --- build/cc-auto.mak.in | 1 + 1 file changed, 1 insertion(+) (limited to 'build/cc-auto.mak.in') diff --git a/build/cc-auto.mak.in b/build/cc-auto.mak.in index bc56567..2530e21 100644 --- a/build/cc-auto.mak.in +++ b/build/cc-auto.mak.in @@ -1,6 +1,7 @@ export CC = @CC@ -c export CXX = @CXX@ -c export AR = @AR@ +export AR_FLAGS = @AR_FLAGS@ export LD = @LD@ export LDOUT = -o export RANLIB = @RANLIB@ -- cgit v1.2.3