Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 76 – 100 of 939) sorted by relevance

12345678910>>...38

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/
H A Dledmon_0.97.bb30 EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'"
32 # The ledmon sources include headers in ${S}/config to build but not in CFLAGS.
33 # We need to add this include path in CFLAGS.
34 CFLAGS += "-I${S}/config"
/openbmc/qemu/tests/tcg/loongarch64/
H A DMakefile.softmmu-target18 CFLAGS+=-nostdlib -g -O1 -march=loongarch64 -mabi=lp64d $(MINILIB_INC)
25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -c $< -o $@
29 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS)
31 memory: CFLAGS+=-DCHECK_UNALIGNED=0
/openbmc/qemu/tests/tcg/i386/
H A DMakefile.softmmu-target18 CFLAGS+=-nostdlib -ggdb -O0 $(MINILIB_INC)
28 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c $< -o $@
32 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS)
34 memory: CFLAGS+=-DCHECK_UNALIGNED=1
/openbmc/qemu/tests/tcg/x86_64/
H A DMakefile.softmmu-target18 CFLAGS+=-nostdlib -ggdb -O0 $(MINILIB_INC)
28 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c $< -o $@
32 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS)
34 memory: CFLAGS+=-DCHECK_UNALIGNED=1
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/
H A D0001-configure-Do-not-add-D_FILE_OFFSET_BITS-to-CFLAGS.patch4 Subject: [PATCH] configure: Do not add -D_FILE_OFFSET_BITS to CFLAGS
9 CFLAGS, this also fixes a case when -D_FILE_OFFSET_BITS=64 is passed via
12 -D_FILE_OFFSET_BITS=no added to CFLAGS which messes up builds.
28 -CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=${ac_cv_sys_file_offset_bits}"
/openbmc/linux/tools/testing/selftests/x86/
H A DMakefile37 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall $(KHDR_INCLUDES) macro
41 CFLAGS += -no-pie
75 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
78 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
110 $(OUTPUT)/check_initial_reg_state_32: CFLAGS += -Wl,-ereal_start -static
111 $(OUTPUT)/check_initial_reg_state_64: CFLAGS += -Wl,-ereal_start -static
/openbmc/linux/tools/gpio/
H A DMakefile19 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include
26 export srctree OUTPUT CC LD CFLAGS
49 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
58 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
67 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
76 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
/openbmc/linux/tools/testing/selftests/sync/
H A DMakefile2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
3 CFLAGS += $(KHDR_INCLUDES)
30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
33 $(CC) -c $^ -o $@ $(CFLAGS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch26 - $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $^ $(LDFLAGS) $(SYSTEMDFLAGS) -lm -o $@
27 + $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $< $(LDFLAGS) $(SYSTEMDFLAGS) -lm -o $@
30 - $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $^ $(LDFLAGS) -lm -o $@
31 + $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $< $(LDFLAGS) -lm -o $@
34 $(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -o $@ `$(PKG_CONFIG) --cflags sdl2`
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/
H A D0001-Makefile-Detect-compiler-in-makefile.patch22 -CFLAGS += -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_…
30 +CFLAGS += -std=gnu99 -Wall -Wextra -Werror -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_UTIME -DFAKE_SLEEP -D…
33 +CFLAGS += -Wno-tautological-pointer-compare
37 +CFLAGS += -Wno-nonnull-compare
41 CFLAGS += -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
/openbmc/linux/tools/hv/
H A DMakefile18 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include
27 export srctree OUTPUT CC LD CFLAGS
34 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
40 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
46 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dmkbootimg.mk13 CFLAGS += -DANDROID
14 CFLAGS += -I$(SRCDIR)/system/core/mkbootimg
15 CFLAGS += -I$(SRCDIR)/system/core/include
16 CFLAGS += -include $(SRCDIR)/build/core/combo/include/arch/$(android_arch)/AndroidConfig.h
H A Dext4_utils.mk60 CFLAGS += -DANDROID
61 CFLAGS += -DHOST
62 CFLAGS += -I$(SRCDIR)/system/extras/ext4_utils
63 CFLAGS += -I$(SRCDIR)/system/core/include
64 CFLAGS += -I$(SRCDIR)/system/core/libsparse/include
65 CFLAGS += -I$(SRCDIR)/external/libselinux/include
66 CFLAGS += -include $(SRCDIR)/build/core/combo/include/arch/$(android_arch)/AndroidConfig.h
/openbmc/linux/tools/lib/perf/
H A DMakefile59 CFLAGS := $(EXTRA_CFLAGS) macro
61 CFLAGS := -g -Wall macro
73 override CFLAGS += $(EXTRA_WARNINGS)
74 override CFLAGS += -Werror -Wall
75 override CFLAGS += -fPIC
76 override CFLAGS += $(INCLUDES)
77 override CFLAGS += -fvisibility=hidden
81 export srctree OUTPUT CC LD CFLAGS V
141 …a *.so *.so.$(VERSION) *.so.$(LIBPERF_VERSION) .*.d .*.cmd tests/*.o LIBPERF-CFLAGS $(LIBPERF_PC) \
/openbmc/linux/tools/testing/selftests/iommu/
H A DMakefile2 CFLAGS += -Wall -O2 -Wno-unused-function
3 CFLAGS += $(KHDR_INCLUDES)
5 CFLAGS += -D_GNU_SOURCE
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0001-force-static-build.patch21 -CFLAGS = @CFLAGS@ -fno-strict-aliasing -Wall -Wstrict-prototypes
22 +CFLAGS = @CFLAGS@ -static -fno-strict-aliasing -Wall -Wstrict-prototypes
/openbmc/linux/tools/testing/selftests/riscv/
H A DMakefile13 CFLAGS := -Wall -O2 -g macro
19 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
21 CFLAGS += $(KHDR_INCLUDES)
23 export CFLAGS
/openbmc/linux/tools/testing/memblock/scripts/
H A DMakefile.include6 CFLAGS += -D CONFIG_NUMA -D CONFIG_NODES_SHIFT=4
12 CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT
18 CFLAGS += -D MEMBLOCK_DEBUG
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0003-switch-to-pkg-config.patch32 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
34 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
47 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
48 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
63 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
65 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
78 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
80 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
93 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags)
95 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch19 @@ -31638,7 +31638,7 @@ CFLAGS="$CFLAGS -Werror"
32 @@ -66,7 +66,7 @@ netsnmp_save_CFLAGS=$CFLAGS
33 CFLAGS="$CFLAGS -Werror"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0004-Use-pkgconfig-instead-of-libgcrypt-config.patch19 CFLAGS ?= -O3 -g
20 CFLAGS += -W -Wall -Wmissing-declarations -Wwrite-strings
21 -CFLAGS += $(shell libgcrypt-config --cflags) $(CRYPTO_CFLAGS)
22 +CFLAGS += $(shell pkg-config libgcrypt --cflags) $(CRYPTO_CFLAGS)
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target5 CFLAGS+=-ggdb -O0
12 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -march=z13 -m64 -c $< -o $@
46 $(MULTIARCH_TESTS): CFLAGS += $(MINILIB_INC)
47 memory: CFLAGS += -DCHECK_UNALIGNED=0
/openbmc/linux/tools/arch/x86/intel_sdsi/
H A DMakefile6 CFLAGS = -Wextra macro
10 override CFLAGS += -O2 -Wall
13 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
/openbmc/linux/tools/virtio/virtio-trace/
H A DMakefile3 CFLAGS = -O2 -Wall -pthread macro
8 $(CC) $(CFLAGS) -c $^ -o $@
11 $(CC) $(CFLAGS) -o $@ $^
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A DMakefile6 CFLAGS += -maltivec
7 $(OUTPUT)/signal_tm: CFLAGS += -mhtm
8 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64

12345678910>>...38