-
- Downloads
gcc-*: fix compiling in strict mode [skip ci] (#1468)
Due to changes in abuild, our `gcc-armhf` etc. packages did not build when using strict mode (i.e. `pmbootstrap build --strict gcc-armhf`) anymore. Changes: * Set `CBUILDDIR=/`, so apk can read a valid package index from there * Directly set `_cross_configure`, so it does not use CBUILDDIR anymore * Set `BOOTSTRAP="nobuildbase"` to prevent apk from installing `build-base-armhf` etc. (these don't exist in pmOS) * Remove legacy code for lazy reproducible builds that wrapped `package()`
Showing
- aports/cross/gcc-aarch64/APKBUILD 11 additions, 39 deletionsaports/cross/gcc-aarch64/APKBUILD
- aports/cross/gcc-armhf/APKBUILD 11 additions, 39 deletionsaports/cross/gcc-armhf/APKBUILD
- aports/cross/gcc-x86_64/APKBUILD 11 additions, 39 deletionsaports/cross/gcc-x86_64/APKBUILD
- pmb/aportgen/core.py 1 addition, 1 deletionpmb/aportgen/core.py
- pmb/aportgen/gcc.py 14 additions, 37 deletionspmb/aportgen/gcc.py
Loading
Please register or sign in to comment