From e0189ccef433f01304b97f89ffd52d1c3b48498b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 26 Sep 2013 17:53:32 +0000 Subject: build: include the cpu type as part of the toolchain/target directory name Signed-off-by: Felix Fietkau SVN-Revision: 38214 --- include/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/target.mk b/include/target.mk index c3b4c52..4e7fdf7 100644 --- a/include/target.mk +++ b/include/target.mk @@ -254,6 +254,7 @@ define BuildTargets/DumpCurrent echo 'Target-Features: $(FEATURES)'; \ echo 'Target-Depends: $(DEPENDS)'; \ echo 'Target-Optimization: $(if $(CFLAGS),$(CFLAGS),$(DEFAULT_CFLAGS))'; \ + echo 'CPU-Type: $(CPU_TYPE)$(if $(CPU_SUBTYPE),+$(CPU_SUBTYPE))'; \ echo 'Linux-Version: $(LINUX_VERSION)'; \ echo 'Linux-Release: $(LINUX_RELEASE)'; \ echo 'Linux-Kernel-Arch: $(LINUX_KARCH)'; \ -- cgit v1.1