Searched refs:CFLAGS (Results 1 - 25 of 1359) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openssl/
H A Dbuildinf.h4 #define CFLAGS "-C flags not included-" macro
/external/qemu/distrib/zlib-1.2.3/
H A Dconfigure12 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
14 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
17 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
18 # If you have problems, try without defining CC and CFLAGS before reporting
37 old_cflags="$CFLAGS"
68 cflags=${CFLAGS-"-O3"}
69 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
76 SFLAGS=${CFLAGS-"-fPIC -O3"}
77 CFLAGS="$cflags"
106 HP-UX*) SFLAGS=${CFLAGS
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dmkextu.sh9 CFLAGS=-O2 -Wall
11 echo gcc $CFLAGS -shared fts2amal.c -o fts2.so
12 gcc $CFLAGS -shared fts2amal.c -o fts2.so
/external/compiler-rt/make/platform/
H A Dmulti_arch.mk10 CFLAGS := -Wall -Werror macro
11 CFLAGS.m32 := $(CFLAGS) -m32 -O3
12 CFLAGS.m64 := $(CFLAGS) -m64 -O3
H A Dclang_linux.mk85 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer macro
88 CFLAGS.full-i386 := $(CFLAGS) -m32
89 CFLAGS.full-x86_64 := $(CFLAGS) -m64
90 CFLAGS.profile-i386 := $(CFLAGS) -m32
91 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
92 CFLAGS
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak26 CFLAGS = /DCONFIG_NATIVE_WINDOWS macro
27 CFLAGS = $(CFLAGS) /DCONFIG_NDIS_EVENTS_INTEGRATED macro
28 CFLAGS = $(CFLAGS) /DCONFIG_ANSI_C_EXTRA macro
29 CFLAGS = $(CFLAGS) /DCONFIG_WINPCAP macro
30 CFLAGS = $(CFLAGS) /DIEEE8021X_EAPOL macro
31 CFLAGS macro
32 CFLAGS = $(CFLAGS) /DEAP_MD5 macro
33 CFLAGS = $(CFLAGS) /DEAP_TLS macro
34 CFLAGS = $(CFLAGS) /DEAP_MSCHAPv2 macro
35 CFLAGS = $(CFLAGS) /DEAP_PEAP macro
36 CFLAGS = $(CFLAGS) /DEAP_TTLS macro
37 CFLAGS = $(CFLAGS) /DEAP_GTC macro
38 CFLAGS = $(CFLAGS) /DEAP_OTP macro
39 CFLAGS = $(CFLAGS) /DEAP_SIM macro
40 CFLAGS = $(CFLAGS) /DEAP_LEAP macro
41 CFLAGS = $(CFLAGS) /DEAP_PSK macro
42 CFLAGS = $(CFLAGS) /DEAP_AKA macro
44 CFLAGS = $(CFLAGS) /DEAP_PAX macro
45 CFLAGS = $(CFLAGS) /DEAP_TNC macro
46 CFLAGS = $(CFLAGS) /DPCSC_FUNCS macro
47 CFLAGS = $(CFLAGS) /DCONFIG_CTRL_IFACE macro
48 CFLAGS = $(CFLAGS) /DCONFIG_CTRL_IFACE_NAMED_PIPE macro
49 CFLAGS = $(CFLAGS) /DCONFIG_DRIVER_NDIS macro
50 CFLAGS = $(CFLAGS) /I..\\src /I..\\src\\utils macro
51 CFLAGS = $(CFLAGS) /I. macro
52 CFLAGS = $(CFLAGS) /DWIN32 macro
53 CFLAGS = $(CFLAGS) /Fo$(OBJDIR)\\\\ /c macro
54 CFLAGS = $(CFLAGS) /W3 macro
60 CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE macro
178 CFLAGS = $(CFLAGS) /I"$(WINPCAPDIR)/Include" /I"$(OPENSSLDIR)\\include" macro
[all...]
/external/zlib/src/contrib/untgz/
H A DMakefile2 CFLAGS=-g macro
5 $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
8 $(CC) $(CFLAGS) -c -I../.. untgz.c
/external/dnsmasq/contrib/wrt/
H A DMakefile0 CFLAGS?= -O2 -Wall -W
1 CFLAGS?= -O2 -Wall -W macro
/external/yaffs2/yaffs2/mtdemul/
H A DMakefile20 CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall -g macro
32 gcc -c $(CFLAGS) $< -o $@
/external/compiler-rt/test/Unit/
H A Dtest20 CFLAGS="-Os -nodefaultlibs -I../../lib"
22 CFLAGS="-arch $ARCH $CFLAGS"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
/external/lzma/CPP/
H A DBuild.mak36 CFLAGS = $(CFLAGS) -Gr macro
46 CFLAGS = $(CFLAGS) -nologo -c -Fo$O/ -WX -EHsc -Gy -GR- macro
50 CFLAGS = $(CFLAGS) -MT macro
53 CFLAGS = $(CFLAGS) -MD macro
57 CFLAGS = $(CFLAGS) macro
59 CFLAGS = $(CFLAGS) -W3 macro
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A DMakefile14 ifndef CFLAGS
15 CFLAGS = -MMD -O2 -Wall -g macro
19 CFLAGS += -I../../src -I../../src/utils
30 $(Q)$(CC) -c -o $@ $(CFLAGS) $<
35 CFLAGS += -DCONFIG_WPS
38 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_NEW
39 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS
48 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_INTRO
53 CFLAGS += $(DBUS_INCLUDE)
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dcversion.c82 #ifdef CFLAGS
83 static char buf[sizeof(CFLAGS)+11];
85 BIO_snprintf(buf,sizeof buf,"compiler: %s",CFLAGS);
/external/openssl/crypto/
H A Dcversion.c82 #ifdef CFLAGS
83 static char buf[sizeof(CFLAGS)+11];
85 BIO_snprintf(buf,sizeof buf,"compiler: %s",CFLAGS);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A DMakefile2 CFLAGS=-O -I../.. macro
8 $(CC) -c $(CFLAGS) $*.c
13 $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS)
16 $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS)
/external/dropbear/libtomcrypt/
H A Dtestbuild.sh6 CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -f $3 test tv_gen 1>gcc_1.txt 2>gcc_2.txt || (echo "build $1 failed see gcc_2.txt for more information" && cat gcc_2.txt && rm -f testok.txt && exit 1)
/external/libvorbis/test/
H A DMakefile.am16 $(MAKE) all CFLAGS="@DEBUG@"
19 $(MAKE) all CFLAGS="@PROFILE@"
/external/openssh/
H A Dsurvey.sh.in21 CFLAGS="@CFLAGS@"
52 echo "cflags: $CFLAGS"
/external/wpa_supplicant_8/hostapd/src/tls/
H A DMakefile12 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH
13 CFLAGS += -DCONFIG_CRYPTO_INTERNAL
14 CFLAGS += -DCONFIG_TLSV11
15 CFLAGS += -DCONFIG_TLSV12
/external/wpa_supplicant_8/src/tls/
H A DMakefile12 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH
13 CFLAGS += -DCONFIG_CRYPTO_INTERNAL
14 CFLAGS += -DCONFIG_TLSV11
15 CFLAGS += -DCONFIG_TLSV12
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A DMakefile12 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH
13 CFLAGS += -DCONFIG_CRYPTO_INTERNAL
14 CFLAGS += -DCONFIG_TLSV11
15 CFLAGS += -DCONFIG_TLSV12
/external/zlib/src/contrib/minizip/
H A DMakefile2 CFLAGS=-O -I../.. macro
8 $(CC) -c $(CFLAGS) $*.c
13 $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS)
16 $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS)
/external/zlib/src/
H A Dconfigure8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
13 # If you have problems, try without defining CC and CFLAGS before reporting
77 old_cflags="$CFLAGS"
154 cflags=${CFLAGS-"-O3"}
155 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
168 CFLAGS="${CFLAGS--O3} ${ARCHS}"
169 SFLAGS="${CFLAGS
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A DMakefile13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS))) macro
/external/mesa3d/src/gallium/drivers/svga/
H A DMakefile13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS))) macro

Completed in 748 milliseconds

1234567891011>>