From fbe47ea5c5dee1ea7d00d9660012bb3cfceda49e Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Fri, 16 Oct 2015 01:59:03 +0000 Subject: [PATCH] app-tools Makefile: g/c MACHINE_ARCH assignment already set in config.mk --- app-tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/app-tools/Makefile b/app-tools/Makefile index 95f5946..2ba427a 100644 --- a/app-tools/Makefile +++ b/app-tools/Makefile @@ -18,7 +18,6 @@ APP_TOOL_PASSTHROUGH= ar as cpp ld nm objcopy objdump ranlib readelf APP_TOOL_PASSTHROUGH+= size strings strip GNUPLATFORM:= $(shell ${RUMPMAKE} -f bsd.own.mk -V '$${RUMPRUN_TUPLE}') -MACHINE_ARCH:= $(shell ${RUMPMAKE} -f bsd.own.mk -V '$${MACHINE_ARCH}') _CCVARIANT:=$(shell ${RUMPMAKE} -f bsd.own.mk -V '$${HAVE_LLVM:Dclang:Ugcc}') _CXXVARIANT:=$(shell ${RUMPMAKE} -f bsd.own.mk -V '$${HAVE_LLVM:Dclang++:Ug++}') -- 2.39.5