X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=samples%2Fbpf%2FMakefile;h=036998d11ded1b858239dd05be74f8baf602a183;hb=d842bc6c0579ca7643eed029beabab3ac562a335;hp=520434ea966ffe423e8c55becc8547b8bb233f8d;hpb=4db1cb1338d914dca6225dd2bb1de37991167843;p=linux-2.6-microblaze.git diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile index 520434ea966f..036998d11ded 100644 --- a/samples/bpf/Makefile +++ b/samples/bpf/Makefile @@ -331,6 +331,7 @@ $(obj)/%.o: $(src)/%.c -Wno-gnu-variable-sized-type-not-at-end \ -Wno-address-of-packed-member -Wno-tautological-compare \ -Wno-unknown-warning-option $(CLANG_ARCH_ARGS) \ + -fno-asynchronous-unwind-tables \ -I$(srctree)/samples/bpf/ -include asm_goto_workaround.h \ -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \ $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \