Searched refs:cflags (Results 1 - 25 of 118) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dxregex.h15 char* regcomp_or_errmsg(regex_t *preg, const char *regex, int cflags);
16 void xregcomp(regex_t *preg, const char *regex, int cflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/
H A DMakefile.cpu2 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
13 cflags-$(CONFIG_M386) += -march=i386
14 cflags-$(CONFIG_M486) += -march=i486
15 cflags-$(CONFIG_M586) += -march=i586
16 cflags-$(CONFIG_M586TSC) += -march=i586
17 cflags-$(CONFIG_M586MMX) += -march=pentium-mmx
18 cflags-$(CONFIG_M686) += -march=i686
19 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2)
20 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3)
21 cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dxregcomp.c14 char* regcomp_or_errmsg(regex_t *preg, const char *regex, int cflags) argument
16 int ret = regcomp(preg, regex, cflags);
26 void xregcomp(regex_t *preg, const char *regex, int cflags) argument
28 char *errmsg = regcomp_or_errmsg(preg, regex, cflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dultrix.pl14 { $cflags="-g -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-O2"; }
18 $cflags.=" -std1 -DL_ENDIAN";
H A Dlinux.pl14 { $cflags="-g2 -ggdb -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-pg -O3"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
42 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
45 $cflags.=" -DTERMIO -DL_ENDIAN -m486 -Wall";
H A DBC-32.pl21 $cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -D_strnicmp=strnicmp ";
24 $cflags.="-Od -y -v -vi- -D_DEBUG";
29 $cflags.="-O2 -ff -fp";
85 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM";
91 # $cflags =~ s| /MD| /MT|;
H A DOS2-EMX.pl15 $cflags="-DL_ENDIAN -O3 -fomit-frame-pointer -m486 -Zmtd -Wall ";
16 $cflags.="-Zomf " if $shlib;
20 $cflags.="-g ";
71 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
H A Dunix.pl16 { $cflags="-g2 -ggdb"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
24 { $cflags="-g"; }
26 { $cflags="-O"; }
H A Dnetware.pl96 $cflags="-ir crypto -ir engines -ir apps -msgstyle gcc -align 4 -processor pentium \\
108 $cflags.=" -opt off -g -sym internal -DDEBUG";
114 # $cflags.=" -opt all";
122 $cflags.=" -DNETWARE_LIBC";
127 $cflags.=" -DNETWARE_CLIB";
134 $cflags.=" -DNETWARE_BSDSOCK";
201 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/
H A DMakefile87 cflags-$(CONFIG_M5206) := -m5200
88 cflags-$(CONFIG_M5206e) := -m5200
89 cflags-$(CONFIG_M520x) := -m5307
90 cflags-$(CONFIG_M523x) := -m5307
91 cflags-$(CONFIG_M5249) := -m5200
92 cflags-$(CONFIG_M527x) := -m5307
93 cflags-$(CONFIG_M5272) := -m5307
94 cflags-$(CONFIG_M528x) := -m5307
95 cflags-$(CONFIG_M5307) := -m5307
96 cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/pl/
H A Dultrix.pl14 { $cflags="-g -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-O2"; }
18 $cflags.=" -std1 -DL_ENDIAN";
H A Dlinux.pl14 { $cflags="-g2 -ggdb -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-pg -O3"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
42 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM";
45 $cflags.=" -DTERMIO -DL_ENDIAN -m486 -Wall";
H A DBC-32.pl21 $cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp ";
24 $cflags.="-Od -y -v -vi- -D_DEBUG";
29 $cflags.="-O2 -ff -fp";
85 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM";
91 # $cflags =~ s| /MD| /MT|;
H A Dunix.pl16 { $cflags="-g2 -ggdb"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
24 { $cflags="-g"; }
26 { $cflags="-O"; }
H A DVC-32.pl14 $cflags=' /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32';
24 $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DOPENSSL_SYSNAME_WIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG -DDSO_WIN32";
28 $cflags .= " -DOPENSSL_SYSNAME_WINNT" if $NT == 1;
87 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM";
93 # $cflags =~ s| /MD| /MT|;
99 $cflags.=" /Fd$out_def";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/
H A DMakefile29 cflags-y :=
30 cflags-kernel-y :=
31 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
32 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
35 cflags-$(CONFIG_MCORE2) += \
37 cflags-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=generic)
39 cflags-y += -m64
40 cflags-y += -mno-red-zone
41 cflags-y += -mcmodel=kernel
42 cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/
H A DMakefile42 cflags-y := -pipe
46 cflags-y += -mno-space-regs -mfast-indirect-calls
51 cflags-y += -mdisable-fpregs
55 cflags-y += -ffunction-sections
58 cflags-$(CONFIG_PA7100) += -march=1.1 -mschedule=7100
59 cflags-$(CONFIG_PA7200) += -march=1.1 -mschedule=7200
60 cflags-$(CONFIG_PA7100LC) += -march=1.1 -mschedule=7100LC
61 cflags-$(CONFIG_PA7300LC) += -march=1.1 -mschedule=7300
62 cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000
66 CFLAGS += $(cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/
H A DMakefile33 cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5)
34 cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900)
35 cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990)
36 cflags-$(CONFIG_MARCH_Z9_109) += $(call cc-option,-march=z9-109)
44 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
48 cflags-$(CONFIG_PACK_STACK) += -mkernel-backchain -D__PACK_STACK
50 cflags-$(CONFIG_SMALL_STACK) += -D__SMALL_STACK
59 cflags-$(CONFIG_PACK_STACK) += -mpacked-stack -D__PACK_STACK
61 cflags-$(CONFIG_SMALL_STACK) += -D__SMALL_STACK
69 cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/
H A DMakefile15 cflags-y :=
54 cflags-y += -mabi=32
62 cflags-y += -mabi=64
64 cflags-y += $(call cc-option,-mno-explicit-relocs)
66 cflags-y += $(call cc-option,-msym32)
81 cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
82 cflags-y += -msoft-float
90 cflags-y += -ggdb
92 cflags-y += -ffreestanding
109 cflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/
H A DMakefile28 cflags-$(CONFIG_CPU_H8300H) := -mh
30 cflags-$(CONFIG_CPU_H8S) := -ms
33 CFLAGS += $(cflags-y)
38 AFLAGS += -DPLATFORM=$(PLATFORM) -DMODEL=$(MODEL) $(cflags-y)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/dec/
H A Dserial.h29 unsigned int cflags; member in struct:dec_serial_hook
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/dec/
H A Dserial.h29 unsigned int cflags; member in struct:dec_serial_hook
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxml2-config.in18 --cflags print pre-processor and compiler flags
31 cflags=false
69 --cflags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_nb85e_cb.c64 unsigned cflags, unsigned baud)
74 teg_uart_pre_configure (chan, cflags, baud);
63 rte_nb85e_cb_uart_pre_configure(unsigned chan, unsigned cflags, unsigned baud) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config25 cflags=""
59 [--cflags]
105 --cflags)
134 cflags_final="$cflags"

Completed in 159 milliseconds

12345