Skip to content

Commit 18cdc7e

Browse files
committed
---
yaml --- r: 66117 b: refs/heads/master c: 45f588e h: refs/heads/master i: 66115: 3aa9c44 v: v3
1 parent c31bf6e commit 18cdc7e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b0e3ffd3805203420846296bc7d5a3c13dfd8b3a
2+
refs/heads/master: 45f588e8fd938c65df056ab72861e144cf35e674
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9

trunk/src/rt/jemalloc/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ vpath % .
99
SHELL := /bin/sh
1010

1111
CC := @CC@
12+
AR := @AR@
1213

1314
# Configuration parameters.
1415
DESTDIR =

trunk/src/rt/jemalloc/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
44534453
CTARGET='-o $@'
44544454
LDTARGET='-o $@'
44554455
EXTRA_LDFLAGS=
4456-
MKLIB='ar crus $@'
4456+
MKLIB='$(AR) crus $@'
44574457
CC_MM=1
44584458
44594459
default_munmap="1"

0 commit comments

Comments
 (0)