Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 226 – 250 of 939) sorted by relevance

12345678910>>...38

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/devmem2/
H A Ddevmem2_2.0.bb10 CFLAGS += "-DFORCE_STRICT_ALIGNMENT"
13 ${CC} -o devmem2 devmem2.c ${CFLAGS} ${LDFLAGS}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/
H A Dreproducible-build.patch9 -CFLAGS = -Wall -O -g
11 +CFLAGS += -Wall -O -g
/openbmc/linux/tools/mm/
H A DMakefile11 CFLAGS += -Wall -Wextra -I../lib/ -pthread
22 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
/openbmc/linux/tools/net/ynl/lib/
H A DMakefile4 CFLAGS=-std=gnu11 -O2 -W -Wall -Wextra -Wno-unused-parameter -Wshadow macro
6 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/files/
H A D0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch4 Subject: [PATCH] Makefile.am: add CFLAGS and LDFLAGS definiton
11 the CFLAGS and LDFLAGS are for cross-compiler, so unify them
34 +CFLAGS = @BUILD_CFLAGS@
/openbmc/qemu/scripts/
H A Danalyze-inclusions42 CFLAGS=$(sed -n s/^CFLAGS=//p config-host.mak)
80 cc $QEMU_CFLAGS $QEMU_INCLUDES $CFLAGS -E -o - "$@" | \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A D0001-configure-Limit-the-header-search-to-sysroot.patch25 saved_CFLAGS="$CFLAGS"
27 CFLAGS="$CFLAGS $PY_INCLUDE_DIRS"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch26 - CFLAGS="${CFLAGS} -I/usr/local/include"
35 - CFLAGS="${CFLAGS} -I/opt/local/include"
/openbmc/linux/tools/usb/usbip/
H A Dconfigure.ac101 CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -O"
104 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A Dmakefile-add-ldflags.patch13 - $(CC) $(CFLAGS) -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 $(OBJECTS)
14 + $(CC) $(CFLAGS) $(LDFLAGS) -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 $(OBJECTS)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/
H A Dmakefile-add-ldflags.patch15 - $(Q)$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
16 + $(Q)$(CC) $(CFLAGS) ${LDFLAGS} -o $@ $^ $(LIBS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdmon/
H A Dsdmon_git.bb15 …oe_runmake -C ${S}/src CC="${CC}" CFLAGS="${CFLAGS} -D_REENTRANT -DVERSION=\"\\\"${PV}\\\"\"" LDFL…
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A DMakefile9 CFLAGS = -Wall -mabi=32 -march=r5900 -static macro
23 $(CC) $(CFLAGS) $< -o $@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtommath/
H A Dlibtommath_1.3.0.bb15 EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'LIBPATH=${libdir}' 'CFLAGS=${CFLAGS}'"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl/
H A Dmakefile-add-ldflags.patch15 - $(CC) $(CFLAGS) -o $(BIN) $(BIN).c
16 + $(CC) $(CFLAGS) ${LDFLAGS} -o $(BIN) $(BIN).c
/openbmc/skeleton/
H A Drules.mk5 ALL_CFLAGS+=$(shell pkg-config --cflags $(PACKAGE_DEPS)) -fPIC -Werror $(CFLAGS)
19 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A Dno_lto.patch13 AS_CASE([$CFLAGS], [*-O[[12345sz\ ]]*],
14 [CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dquote_cctype.patch12 CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/picocom/
H A Dpicocom_git.bb18 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' "
/openbmc/linux/tools/net/ynl/samples/
H A DMakefile6 CFLAGS=-std=gnu11 -O2 -W -Wall -Wextra -Wno-unused-parameter -Wshadow \ macro
9 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A DMakefile8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
18 $(OUTPUT)/vsx_preempt: CFLAGS += -mvsx
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A DMakefile4 CFLAGS += -std=gnu99 -I. -pthread
18 mte_cc_support := $(shell if ($(CC) $(CFLAGS) -march=armv8.5-a+memtag -E -x c /dev/null -o /dev/nul…
/openbmc/linux/tools/bootconfig/
H A DMakefile13 CFLAGS = -Wall -g -I$(CURDIR)/include macro
21 $(CC) $(filter %.c,$^) $(CFLAGS) -o $@
/openbmc/openbmc/poky/meta/recipes-graphics/glew/
H A Dglew_2.2.0.bb29 CFLAGS += "-D_GNU_SOURCE"
31 # we're cross-compiling. Pass our CFLAGS via POPT as that's the optimisation
36 POPT='${CFLAGS}' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A Dpkgconfig.patch60 - ac_save_CFLAGS="$CFLAGS"
63 - CFLAGS="$CFLAGS $SDL_CFLAGS"
129 - CFLAGS="$ac_save_CFLAGS"
149 - CFLAGS="$CFLAGS $SDL_CFLAGS"
174 - CFLAGS="$ac_save_CFLAGS"

12345678910>>...38