auto merge of #7200 : yichoi/rust/fix_je_mac_cross, r=brson
while cross-compiling, ar in cross toolchains are required. linux is not sensitive so could not see errors.
This commit is contained in:
commit
45f588e8fd
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ vpath % .
|
|||
SHELL := /bin/sh
|
||||
|
||||
CC := @CC@
|
||||
AR := @AR@
|
||||
|
||||
# Configuration parameters.
|
||||
DESTDIR =
|
||||
|
|
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue