Add support for Fedora 40
This commit is contained in:
parent
c322925444
commit
f1137fbe40
2 changed files with 18 additions and 8 deletions
|
|
@ -419,6 +419,22 @@ adjust+:
|
|||
BINUTILS_PACKAGE: binutils
|
||||
GCC_PACKAGE: gcc
|
||||
|
||||
# Fedora-40 / no collection
|
||||
- when: distro == fedora-40 and collection is not defined
|
||||
require+:
|
||||
- binutils
|
||||
- binutils-devel
|
||||
- binutils-gold
|
||||
- binutils-gprofng
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- annobin-plugin-gcc
|
||||
environment+:
|
||||
PACKAGES: binutils
|
||||
_REQUIRES: gcc gcc-c++ glibc annobin-plugin-gcc
|
||||
BINUTILS_PACKAGE: binutils
|
||||
GCC_PACKAGE: gcc
|
||||
|
||||
# Fedora-39 / no collection
|
||||
- when: distro == fedora-39 and collection is not defined
|
||||
require+:
|
||||
|
|
|
|||
|
|
@ -74,14 +74,8 @@ adjust+:
|
|||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On Fedora 39 and newer, system binutils build extra binaries for cross compilation"
|
||||
when: distro == fedora-39
|
||||
test: "$WITH_SCL ./test-with-cross.sh"
|
||||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
||||
- because: "On Fedora 38 and newer, system binutils build extra binaries for cross compilation"
|
||||
when: distro == fedora-38
|
||||
- because: "On Fedora 40 and newer, system binutils build extra binaries for cross compilation"
|
||||
when: distro >= fedora-38
|
||||
test: "$WITH_SCL ./test-with-cross.sh"
|
||||
environment+:
|
||||
MAY_BUILD_OTHER_ARCHES: "no"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue