mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
jemalloc: use $(AR), not ar
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user