Skip to content

Commit

Permalink
ARM: samples seccomp no -m32
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Mar 8, 2022
1 parent 32c9001 commit 0adca5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/seccomp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bpf-direct-objs := bpf-direct.o

# Try to match the kernel target.
ifndef CONFIG_64BIT
ifndef CONFIG_ARM

# s390 has -m31 flag to build 31 bit binaries
ifndef CONFIG_S390
Expand All @@ -36,3 +37,4 @@ HOSTLDLIBS_dropper += $(MFLAG)
endif
always := $(hostprogs-m)
endif
endif

0 comments on commit 0adca5d

Please sign in to comment.