mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
jemalloc: use $(AR), not ar
This commit is contained in:
parent
517e611271
commit
ef436637ea
2
src/rt/jemalloc/configure
vendored
2
src/rt/jemalloc/configure
vendored
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user