Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 39) sorted by relevance

12

/u-boot/arch/sandbox/cpu/
A DMakefile16 quiet_cmd_cc_os.o = CC $(quiet_modtag) $@
17 cmd_cc_os.o = $(CC) $(filter-out -nostdinc, \
27 quiet_cmd_cc_eth-raw-os.o = CC $(quiet_modtag) $@
28 cmd_cc_eth-raw-os.o = $(CC) $(filter-out -nostdinc, \
/u-boot/scripts/
A DKconfig.include23 cc-option = $(success,$(CC) -Werror $(1) -E -x c /dev/null -o /dev/null)
30 gcc-version := $(shell,$(srctree)/scripts/gcc-version.sh -p $(CC) | sed 's/^0*//')
A DKbuild.include74 # Return first prefix where a prefix$(CC) is found in PATH.
75 # If no $(CC) found in PATH with listed prefixes return nothing
79 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \
87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
105 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
111 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
120 cc-option = $(call __cc-option, $(CC),\
131 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
140 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc)
143 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
[all …]
A DMakefile.build151 quiet_cmd_cc_s_c = CC $(quiet_modtag) $@
152 cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $<
182 quiet_cmd_cc_o_c = CC $(quiet_modtag) $@
185 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
200 cmd_cc_o_c = $(CC) $(c_flags) -c -o $(@D)/.tmp_$(@F) $<
276 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \
298 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<
A DMakefile.autoconf28 CC = $(CROSS_COMPILE)gcc
29 CPP = $(CC) -E
43 cmd_autoconf_dep = $(CC) -x c -DDO_DEPS_ONLY -M -MP $(c_flags) \
/u-boot/board/firefly/firefly-rk3308/
A DMAINTAINERS1 ROC-RK3308-CC
/u-boot/arch/arm/dts/
A Dsun8i-h3-libretech-all-h3-cc.dts12 model = "Libre Computer Board ALL-H3-CC H3";
A Dsun8i-h2-plus-libretech-all-h3-cc.dts11 model = "Libre Computer Board ALL-H3-CC H2+";
A Dsun50i-h5-libretech-all-h3-cc.dts10 model = "Libre Computer Board ALL-H3-CC H5";
A Dtegra210-p2371-0000.dts45 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(CC, 4) GPIO_ACTIVE_HIGH>;
A Dsun50i-h5-libretech-all-h5-cc.dts7 model = "Libre Computer Board ALL-H5-CC H5";
A Dtegra210-p2371-2180.dts108 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(CC, 4) GPIO_ACTIVE_HIGH>;
A Dmeson-gxl-s905x-libretech-cc-v2.dts18 model = "Libre Computer AML-S905X-CC V2";
164 model = "GXL-LIBRETECH-S905X-CC-V2";
A Dmeson-gxl-s905x-libretech-cc.dts18 model = "Libre Computer AML-S905X-CC";
138 model = "GXL-LIBRETECH-S905X-CC";
/u-boot/arch/sandbox/
A Dconfig.mk19 cmd_u-boot__ = $(CC) -o $@ -Wl,-T u-boot.lds $(u-boot-init) \
23 cmd_u-boot-spl = (cd $(obj) && $(CC) -o $(SPL_BIN) -Wl,-T u-boot-spl.lds \
/u-boot/tools/env/
A DMakefile9 override HOSTCC = $(CC)
/u-boot/scripts/dtc/pylibfdt/
A DMakefile18 CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
/u-boot/doc/build/
A Dclang.rst38 CC="clang -target arm-linux-gnueabi" -j8
45 make HOSTCC=clang CC=clang -j8
67 gmake CC="clang -target arm-freebsd-eabi --sysroot /usr/arm-freebsd" -j8
/u-boot/arch/m68k/
A DMakefile31 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
/u-boot/board/xilinx/zynq/
A DMakefile12 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
/u-boot/doc/board/amlogic/
A Dindex.rst20 | | P200 | LibreTech-CC v1 | WeTek Core2 | | | GT-King/Pro | Od…
43 | SPI (CC) | No | No | No | No | No …
/u-boot/board/xilinx/zynqmp/
A DMakefile12 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
/u-boot/tools/binman/test/
A DMakefile20 CC = $(CROSS_COMPILE)gcc macro
/u-boot/board/rockchip/evb_rk3328/
A DMAINTAINERS15 ROC-RK3328-CC
/u-boot/doc/device-tree-bindings/input/
A Dcros-ec-keyb.txt28 * RR=Row CC=Column KKKK=Key Code

Completed in 28 milliseconds

12