Searched refs:GCC_VERSION (Results 1 - 5 of 5) sorted by relevance

/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A Dstubs.c3 #ifndef GCC_VERSION
4 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
5 #endif /* GCC_VERSION */
30 #if GCC_VERSION < 3004
32 #endif /* GCC_VERSION */
/openwrt/toolchain/
H A Dinfo.mk2 GCC_VERSION=unknown macro
H A DMakefile65 @grep GCC_VERSION $@ >/dev/null 2>&1 || $(INSTALL_DATA) $(TOPDIR)/toolchain/info.mk $@
/openwrt/toolchain/gcc/
H A Dcommon.mk24 GCC_VERSION:=$(call qstrip,$(CONFIG_GCC_VERSION)) macro
25 PKG_VERSION:=$(firstword $(subst +, ,$(GCC_VERSION)))
38 PKG_SOURCE:=$(PKG_NAME)-$(GCC_VERSION).tar.gz
42 HOST_BUILD_DIR = $(BUILD_DIR_HOST)/$(PKG_NAME)-$(GCC_VERSION)
45 PATCH_DIR=../patches/$(GCC_VERSION)
/openwrt/package/libs/toolchain/
H A DMakefile18 LIBGCC_VERSION:=$(GCC_VERSION)

Completed in 38 milliseconds