about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-08-19 20:52:28 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-08-19 20:53:02 -0400
commitef436637ea02591c41b4898708f63bdf6e3f993c (patch)
tree7704e93a6f54619925820ffec9c52bf828fa0f0a /src
parent517e6112710a8b0d107a847c862c3114d67d4b7a (diff)
downloadrust-ef436637ea02591c41b4898708f63bdf6e3f993c.tar.gz
rust-ef436637ea02591c41b4898708f63bdf6e3f993c.zip
jemalloc: use $(AR), not `ar`
Diffstat (limited to 'src')
-rwxr-xr-xsrc/rt/jemalloc/configure2
-rw-r--r--src/rt/jemalloc/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/jemalloc/configure b/src/rt/jemalloc/configure
index f6ea76c7e84..47af18916a6 100755
--- a/src/rt/jemalloc/configure
+++ b/src/rt/jemalloc/configure
@@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
 CTARGET='-o $@'
 LDTARGET='-o $@'
 EXTRA_LDFLAGS=
-MKLIB='ar crus $@'
+MKLIB='$(AR) crus $@'
 CC_MM=1
 
 default_munmap="1"
diff --git a/src/rt/jemalloc/configure.ac b/src/rt/jemalloc/configure.ac
index b4c49655533..2a53c14fda1 100644
--- a/src/rt/jemalloc/configure.ac
+++ b/src/rt/jemalloc/configure.ac
@@ -226,7 +226,7 @@ PIC_CFLAGS='-fPIC -DPIC'
 CTARGET='-o $@'
 LDTARGET='-o $@'
 EXTRA_LDFLAGS=
-MKLIB='ar crus $@'
+MKLIB='$(AR) crus $@'
 CC_MM=1
 
 dnl Platform-specific settings.  abi and RPATH can probably be determined