Home
last modified time | relevance | path

Searched refs:GCC (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/flash_script/
DMakefile17 GCC = $(CROSS_COMPILE)gcc macro
27 $(GCC) -o tool.elf $(FLAGS) tool.c
/device/linaro/hikey/gralloc960/
Dmali_gralloc_buffer.h62 #pragma GCC diagnostic push
63 #pragma GCC diagnostic ignored "-Wpedantic"
266 #pragma GCC diagnostic pop
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_buffer.h62 #pragma GCC diagnostic push
63 #pragma GCC diagnostic ignored "-Wpedantic"
283 #pragma GCC diagnostic pop
/device/google/contexthub/firmware/os/cpu/x86/
Dx86.mk17 GCC = gcc
/device/google/contexthub/firmware/
Dfirmware.mk102 $(GCC) -o $@ $(SRCS_bl) $(OSFLAGS) $(OSFLAGS_bl) $(FLAGS)
106 $(GCC) -o $@ $(SRCS_os) $(OSFLAGS) $(OSFLAGS_os) $(FLAGS)
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr31 …- ".trash" contains sections taht GCC simply feel like it MUST produce (link error otherwise) but …
34 …elf potentially to adjust for new reloc format. This shrinks relocs a lot. GCC produces relocs at 8
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcortexm4.mk17 GCC = $(CROSS_COMPILE)gcc