Lines Matching refs:version
43 # Get the C compiler name, version, and error out if it is not supported.
44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC))
47 cc-version := $(shell,set -- $(cc-info) && echo $2)
49 # Get the assembler name, version, and error out if it is not supported.
50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
53 as-version := $(shell,set -- $(as-info) && echo $2)
55 # Get the linker name, version, and error out if it is not supported.
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
59 ld-version := $(shell,set -- $(ld-info) && echo $2)
68 rustc-version := $(shell,$(srctree)/scripts/rustc-version.sh $(RUSTC))
69 rustc-llvm-version := $(shell,$(srctree)/scripts/rustc-llvm-version.sh $(RUSTC))