mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-27 16:18:52 +00:00
8 lines
145 B
Bash
8 lines
145 B
Bash
|
# Compute BPF-specific values
|
||
|
|
||
|
CT_DoArchTupleValues() {
|
||
|
CT_TARGET_ARCH=bpf
|
||
|
CT_TARGET_VENDOR=unknown
|
||
|
CT_TARGET_SYS=none
|
||
|
}
|