mirror of
https://git.kore.io/kore.git
synced 2024-11-11 12:49:32 +01:00
nicer warning
This commit is contained in:
parent
b84c88a0e6
commit
1d27558e39
@ -10,6 +10,10 @@ case "$PLATFORM" in
|
|||||||
seccomp_audit_arch=AUDIT_ARCH_X86_64
|
seccomp_audit_arch=AUDIT_ARCH_X86_64
|
||||||
syscall_file=$BASE/linux/x86_64_syscall.h.in
|
syscall_file=$BASE/linux/x86_64_syscall.h.in
|
||||||
;;
|
;;
|
||||||
|
i*86*)
|
||||||
|
>&2 echo "i386 not supported"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
arm*)
|
arm*)
|
||||||
seccomp_audit_arch=AUDIT_ARCH_ARM
|
seccomp_audit_arch=AUDIT_ARCH_ARM
|
||||||
syscall_file=$BASE/linux/arm_syscall.h.in
|
syscall_file=$BASE/linux/arm_syscall.h.in
|
||||||
|
Loading…
Reference in New Issue
Block a user