mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +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
|
||
|
}
|