summaryrefslogtreecommitdiff
path: root/build/cc-auto.mak.in
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-01-30 15:03:11 -0600
committerJason Parker <jparker@digium.com>2013-03-11 15:10:48 -0500
commit3f5b7864df62674298e5c8cd2a5061f2af75ac03 (patch)
treeb678cfcfe3dea0cd361a12bb78320fc0f893434a /build/cc-auto.mak.in
parent483805f79570115ab95c69698792d238c1719b1b (diff)
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.
Diffstat (limited to 'build/cc-auto.mak.in')
-rw-r--r--build/cc-auto.mak.in1
1 files changed, 1 insertions, 0 deletions
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@