Commit ddcdc4a
committed
[LTR] Normalize rustc version
If you have a newer version of rustc installed (or no rustc installed)
you'll end up with config changes for CONFIG_RUSTC_VERSION and
CONFIG_RUSTC_LLVM_VERSION when you run this script. We use
scripts/dummy-tools to normalize gcc and friends, but that doesn't
apply to rustc. So create our own dummy rustc that always reports
the same rustc version as in our current config and pass that to
make as RUSTC when running olddefconfig. That way, local rustc
version does not affect our configs during a rebase.1 parent dee011c commit ddcdc4a
1 file changed
+26
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
67 | 89 | | |
68 | 90 | | |
69 | 91 | | |
70 | 92 | | |
71 | 93 | | |
72 | | - | |
| 94 | + | |
73 | 95 | | |
74 | 96 | | |
75 | 97 | | |
| |||
81 | 103 | | |
82 | 104 | | |
83 | 105 | | |
84 | | - | |
| 106 | + | |
85 | 107 | | |
86 | 108 | | |
87 | 109 | | |
| |||
96 | 118 | | |
97 | 119 | | |
98 | 120 | | |
| 121 | + | |
| 122 | + | |
99 | 123 | | |
100 | 124 | | |
101 | 125 | | |
| |||
0 commit comments