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 <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Oct 9, 2019
1 parent a48fb8b commit e17c83c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/seccomp/Makefile
Expand Up @@ -21,6 +21,7 @@ bpf-direct-objs := bpf-direct.o
# Try to match the kernel target. # Try to match the kernel target.
ifndef CROSS_COMPILE ifndef CROSS_COMPILE
ifndef CONFIG_64BIT ifndef CONFIG_64BIT
ifndef CONFIG_ARM


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

0 comments on commit e17c83c

Please sign in to comment.