From 0e9be9fb741b6ca67648cdf36010bbd88619dc8b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 May 2017 10:14:44 +0200 Subject: [PATCH] strace: Does not support aarch64, yet Signed-off-by: Michael Tremer --- lfs/strace | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/strace b/lfs/strace index f1ffc98042..d2004d4b23 100644 --- a/lfs/strace +++ b/lfs/strace @@ -25,6 +25,7 @@ include Config VER = 4.7 +SUP_ARCHES = x86_64 i586 armv5tel THISAPP = strace-$(VER) DL_FILE = $(THISAPP).tar.xz -- 2.39.5