Commit 1343c02
committed
chore: remove cross-compiler g++ packages from build dependencies
Remove g++ cross-compiler packages from Build-Depends in debian/control
and debian/control.in to reduce unnecessary build dependencies.
Removed packages:
- g++-powerpc64le-linux-gnu
- g++-s390x-linux-gnu
- g++-hppa-linux-gnu
- g++-m68k-linux-gnu
- g++-powerpc-linux-gnu
- g++-sh4-linux-gnu
- g++-sparc64-linux-gnu
- g++-x86-64-linux-gnux32
Log: Removed cross-compiler g++ packages from build dependencies
Influence:
1. Verify binutils builds correctly without cross-compiler dependencies
2. Check no regression in build process on supported architectures
3. Ensure changelog version bump is correct
chore: 从构建依赖中移除交叉编译器 g++ 包
从 debian/control 和 debian/control.in 的 Build-Depends 中
移除 g++ 交叉编译器包,减少不必要的构建依赖。
移除的包包括 aarch64、arm、powerpc、s390x、hppa、m68k、
riscv64、sh4、sparc64、i686、x86-64 等架构的交叉编译器。
Log: 从构建依赖中移除交叉编译器 g++ 包
Influence:
1. 验证 binutils 在没有交叉编译器依赖的情况下能正确构建
2. 检查支持的架构上构建过程无回归
3. 确认 changelog 版本号递增正确
repo: binutils #master1 parent cbb00e2 commit 1343c02
3 files changed
Lines changed: 14 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
1 | 13 | | |
2 | 14 | | |
3 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 15 | + | |
23 | 16 | | |
24 | | - | |
25 | 17 | | |
26 | 18 | | |
27 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 15 | + | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
0 commit comments