Skip to content

Commit c91e8f7

Browse files
committed
ARM: samples seccomp no -m32
Signed-off-by: Robert Nelson <[email protected]>
1 parent 8f6ff5b commit c91e8f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/seccomp/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ bpf-direct-objs := bpf-direct.o
1818

1919
# Try to match the kernel target.
2020
ifndef CONFIG_64BIT
21+
ifndef CONFIG_ARM
2122

2223
# s390 has -m31 flag to build 31 bit binaries
2324
ifndef CONFIG_S390
@@ -36,3 +37,4 @@ HOSTLDLIBS_dropper += $(MFLAG)
3637
endif
3738
always := $(hostprogs-m)
3839
endif
40+
endif

0 commit comments

Comments
 (0)