Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 25 of 29) sorted by relevance

12

/openthread-2.7.6/third_party/tcplp/
DMakefile.am40 override CFLAGS := $(filter-out -Wsign-compare,$(CFLAGS))
41 override CFLAGS := $(CFLAGS) -Wno-sign-compare
44 override CFLAGS := $(filter-out -Wunused-parameter,$(CFLAGS))
45 override CFLAGS := $(CFLAGS) -Wno-unused-parameter
48 override CFLAGS := $(filter-out -Waddress-of-packed-member,$(CFLAGS))
49 override CFLAGS := $(CFLAGS) -Wno-address-of-packed-member
52 override CFLAGS := $(filter-out -pedantic-errors,$(CFLAGS))
/openthread-2.7.6/third_party/mbedtls/repo/programs/
DMakefile5 CFLAGS ?= -O2 macro
144 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/aescrypt2.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
148 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
152 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
156 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
160 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
164 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
168 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
172 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdh_curve25519.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
176 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdsa.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
[all …]
/openthread-2.7.6/third_party/jlink/
DMakefile.am32 override CFLAGS := $(filter-out -Wundef,$(CFLAGS))
36 override CFLAGS := $(filter-out -Wcast-align,$(CFLAGS))
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dall.sh336 ARM_TOOL_VARIANT="ult" CC="$ARMC6_CC" AR="$ARMC6_AR" CFLAGS="$FLAGS" \
804 make ZLIB=1 CFLAGS='-Werror -O1'
1033 make CFLAGS="$ASAN_CFLAGS -O2" LDFLAGS="$ASAN_CFLAGS"
1157 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra'
1166 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra'
1180 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra'
1193 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=cpp' lib programs
1200 …make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=deprecated-declarations -Wno-error=cpp -DM…
1215 make CFLAGS='-O1 -Werror'
1222 make CFLAGS='-O1 -Werror'
[all …]
Dlist-symbols.sh34 CFLAGS=-fno-asynchronous-unwind-tables make lib \
Dbasic-build-test.sh85 export CFLAGS=' --coverage -g3 -O0 '
/openthread-2.7.6/third_party/mbedtls/repo/scripts/
Dmemory.sh75 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os lib >/dev/null 2>&1
77 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os ssl/$CLIENT >/dev/null
85 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os lib >/dev/null 2>&1
87 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os ssl/$CLIENT >/dev/null
Dfootprint.sh84 CFLAGS="$ARMGCC_FLAGS" make lib >/dev/null
/openthread-2.7.6/third_party/mbedtls/
DMakefile.am30 override CFLAGS := $(filter-out -Wconversion,$(CFLAGS))
34 override CFLAGS := $(filter-out -pedantic-errors,$(CFLAGS))
38 override CFLAGS := $(filter-out -Wcast-align,$(CFLAGS))
/openthread-2.7.6/third_party/nlbuild-autotools/repo/autoconf/m4/
Dnl_werror.m425 # into -Wno-error (or -Wno-error=<...>) for CPPFLAGS, CFLAGS,
79 # This transforms, for each of CFLAGS, CXXFLAGS, OBJCFLAGS, and
88 _NL_SAVE_WERROR_FOR_VAR([CFLAGS])
98 # CFLAGS, -Werror (or -Werror=<...>) from -Wno-error (or
108 _NL_RESTORE_WERROR_FOR_VAR([CFLAGS])
Dnl_enable_debug.m436 # addition, the contents of CFLAGS, CXXFLAGS, OBJCFLAGS, and
73 CFLAGS="${CFLAGS} -DDEBUG"
Dnl_enable_optimization.m436 # addition, the contents of CFLAGS, CXXFLAGS, OBJCFLAGS, and OBJCXXFLAGS may
86 CFLAGS="`echo ${CFLAGS} | sed -e 's,-O[[[:alnum:]]]*,-O0,g'`"
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_pthread.m423 # $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS
26 # variables in your default LIBS, CFLAGS, and CC:
29 # CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
104 ax_pthread_save_CFLAGS="$CFLAGS"
107 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
117 CFLAGS="$ax_pthread_save_CFLAGS"
277 # compilation (CFLAGS) are also used in linking. Many systems
299 ax_pthread_save_CFLAGS="$CFLAGS"
302CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
311 CFLAGS="$ax_pthread_save_CFLAGS"
[all …]
/openthread-2.7.6/examples/platforms/cc2538/
DMakefile.am32 override CFLAGS := $(filter-out -Wcast-align,$(CFLAGS))
/openthread-2.7.6/third_party/mbedtls/repo/tests/
DMakefile5 CFLAGS ?= -O2 macro
90 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
94 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
126 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(MBEDTLS_TEST_OBJS) $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
/openthread-2.7.6/third_party/mbedtls/repo/configs/
DREADME.txt17 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make
22 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" cmake .
/openthread-2.7.6/tests/fuzz/
Doss-fuzz-build35 -DCMAKE_C_FLAGS="${CFLAGS}" \
/openthread-2.7.6/examples/
Dcommon-switches.mk348 CFLAGS += -DOPENTHREAD_CONFIG_ENABLE_DEBUG_UART=1
353 CFLAGS += -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_DEBUG_UART
DMakefile-simulation134 CFLAGS += \
181 CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" \
DMakefile-cc2538123 CFLAGS += \
183 …NLIB="$(RANLIB)" NM="$(NM)" STRIP="$(STRIP)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" CXXFLAGS="$…
/openthread-2.7.6/third_party/mbedtls/repo/programs/fuzz/
DMakefile55 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -c $< -o $@
/openthread-2.7.6/third_party/mbedtls/repo/
DREADME.md13 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when…
74 …ic libraries. Setting `DEBUG` gives you a debug build. You can override `CFLAGS` and `LDFLAGS` by …
76CFLAGS` overrides its default value of `-O2` and setting `WARNING_CFLAGS` overrides its default va…
127 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
144 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
154 Regarding variables, also note that if you set CFLAGS when invoking cmake,
155 your value of CFLAGS doesn't override the content provided by cmake (depending
/openthread-2.7.6/third_party/mbedtls/repo/library/
DMakefile4 CFLAGS ?= -O2 macro
266 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
/openthread-2.7.6/src/posix/
DMakefile-posix142 CFLAGS += \
198 CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" \
/openthread-2.7.6/
Dconfigure.ac281 restore_negative_form_of_warning_flags "${CFLAGS}"
282 CFLAGS=${final_flags}
945 OLD_CFLAGS="${CFLAGS}"
946 CFLAGS="${CFLAGS} -Wno-error=address"
948 CFLAGS="${OLD_CFLAGS}"
1079 C Compile flags : ${CFLAGS:--}

12