[PATCH] sandbox: Makefile: drop unused SUBARCH stuff
Antony Pavlov
antonynpavlov at gmail.com
Mon Oct 3 04:56:57 PDT 2016
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
arch/sandbox/Makefile | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index a539a90..8155a79 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -31,11 +31,6 @@ else
CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs))
endif
-SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
- -e s/arm.*/arm/ -e s/sa110/arm/ \
- -e s/s390x/s390/ -e s/parisc64/parisc/ \
- -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
-
archprepare: maketools
PHONY += maketools
--
2.9.3
More information about the barebox
mailing list