mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-20 19:15:33 +00:00
When the bpf-unknown-none sample was added the target support was not in a released version of binutils or gcc. The support has been in a few versions of each of these for a while now. Update the sample to use released versions instead of potentially unstable versions from upstream. Signed-off-by: Chris Packham <judge.packham@gmail.com>
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
# BPF specific configuration file
|
|
|
|
## no-package
|
|
## select ARCH_SUPPORTS_EITHER_ENDIAN
|
|
## select ARCH_DEFAULT_LE
|
|
## select GCC_REQUIRE_12_or_later
|
|
## select BINUTILS_REQUIRE_2_41_or_later
|
|
##
|
|
## help The BPF architecture.
|