Skip to content

Commit 007f378

Browse files
committed
---
yaml --- r: 232559 b: refs/heads/try c: 42a386f h: refs/heads/master i: 232557: 1b63729 232555: 6a934fb 232551: a6b0b70 232543: 8ea8a17 v: v3
1 parent 639a655 commit 007f378

File tree

15 files changed

+212
-302
lines changed

15 files changed

+212
-302
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: edeb4f1c86cbf6af8ef9874d4b3af50f721ea1b8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: a03ec1a07a1f8d32d6f6a1d57ba1012fb3c8cd79
4+
refs/heads/try: 42a386fcf89a40e6c3a8806ccf381514c2a77c10
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,6 @@ valopt aarch64-linux-android-ndk "" "aarch64-linux-android NDK standalone path"
607607
valopt release-channel "dev" "the name of the release channel to build"
608608
valopt musl-root "/usr/local" "MUSL root installation directory"
609609

610-
# Used on systems where "cc" and "ar" are unavailable
611-
valopt default-linker "cc" "the default linker"
612-
valopt default-ar "ar" "the default ar"
613-
614610
# Many of these are saved below during the "writing configuration" step
615611
# (others are conditionally saved).
616612
opt_nosave manage-submodules 1 "let the build manage the git submodules"

branches/try/mk/target.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
# this exists can be found on issue #2400
1414
export CFG_COMPILER_HOST_TRIPLE
1515

16-
# Used as defaults for the runtime ar and cc tools
17-
export CFG_DEFAULT_LINKER
18-
export CFG_DEFAULT_AR
19-
2016
# The standard libraries should be held up to a higher standard than any old
2117
# code, make sure that these common warnings are denied by default. These can
2218
# be overridden during development temporarily. For stage0, we allow warnings

0 commit comments

Comments
 (0)