File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b0e3ffd3805203420846296bc7d5a3c13dfd8b3a
2
+ refs/heads/master: 45f588e8fd938c65df056ab72861e144cf35e674
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ vpath % .
9
9
SHELL := /bin/sh
10
10
11
11
CC := @CC@
12
+ AR := @AR@
12
13
13
14
# Configuration parameters.
14
15
DESTDIR =
Original file line number Diff line number Diff line change @@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
4453
4453
CTARGET=' -o $@'
4454
4454
LDTARGET=' -o $@'
4455
4455
EXTRA_LDFLAGS=
4456
- MKLIB=' ar crus $@'
4456
+ MKLIB=' $(AR) crus $@'
4457
4457
CC_MM=1
4458
4458
4459
4459
default_munmap=" 1"
You can’t perform that action at this time.
0 commit comments