From dbf8d9c516cc7c2826cc7b77cf3bed6edcc4f308 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 13 Dec 2010 19:04:33 +0000 Subject: - implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk SVN-Revision: 24551 --- rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index d3521649a5..09b4f5447a 100644 --- a/rules.mk +++ b/rules.mk @@ -28,6 +28,10 @@ merge=$(subst $(space),,$(1)) confvar=$(call merge,$(foreach v,$(1),$(if $($(v)),y,n))) strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1)) +define sep + +endef + _SINGLE=export MAKEFLAGS=$(space); CFLAGS:= ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH))))) -- cgit v1.2.3