diff options
-rwxr-xr-x | crossdev | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -270,6 +270,13 @@ parse_target() { WITH_DEF_HEADERS="no" ;; + bpf*) + # Doesn't support C++ and friends + STAGE_DEFAULT=${STAGE_C_ONLY} + # No linux-headers needed/required + WITH_DEF_HEADERS="no" + ;; + # Has no glibc support yet (or even ABI defined). Can # only compile linux kernel: # https://parisc.wiki.kernel.org/index.php/Userspace64 |