|
$(eval toupper = $(call __tr_template,$(chars_lower),$(chars_upper)))
|
|
$(eval toupper = $(call __tr_template,$(chars_lower),$(chars_upper)))
|
|
$(eval tolower = $(call __tr_template,$(chars_upper),$(chars_lower)))
|
|
$(eval tolower = $(call __tr_template,$(chars_upper),$(chars_lower)))
|
|
|
|
+version_abbrev = $(if $(if $(CHECK),,$(DUMP)),$(1),$(shell printf '%.8s' $(1)))
|
|
ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH)))))
|
|
ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH)))))
|