X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=rules.mk;h=09b4f5447a9d6e56ab5ef3022375e6b49c4c5708;hp=d3521649a52da662301b3f29eafc6486fe60e3b5;hb=dbf8d9c516cc7c2826cc7b77cf3bed6edcc4f308;hpb=135cfe50c90da2c191bd769afd9043a6480f084d 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)))))