- implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk

SVN-Revision: 24551
This commit is contained in:
Jo-Philipp Wich
2010-12-13 19:04:33 +00:00
parent 135cfe50c9
commit dbf8d9c516
4 changed files with 73 additions and 19 deletions

View File

@@ -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)))))