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

1234

/freebsd-current/crypto/openssl/Configurations/
H A D50-os390.conf7 cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
H A D15-ios.conf21 cflags => add("-arch armv7 -mios-version-min=6.0.0 -fno-common"),
28 cflags => add("-arch arm64 -mios-version-min=7.0.0 -fno-common"),
52 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"),
57 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK)"),
62 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK)"),
H A D50-nonstop.conf7 cflags => add_before(picker(debug => '-g -O0',
51 cflags => '-Wtarget=tns/r -Wsystype=guardian',
62 cflags => '-Wtarget=tns/e -Wsystype=guardian',
73 cflags => '-Wtarget=tns/x -Wsystype=guardian',
83 cflags => '-Wtarget=tns/r -Wsystype=oss',
93 cflags => '-Wtarget=tns/e -Wsystype=oss',
103 cflags => '-Wtarget=tns/x -Wsystype=oss',
113 cflags => '-Wilp32',
118 cflags => '-Wlp64',
123 cflags
[all...]
H A D50-djgpp.conf10 cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN",
H A D50-haiku.conf8 cflags => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h",
32 cflags => add("-m64"),
H A D10-main.conf245 cflags => add(threads("-pthread")),
268 cflags => add_before("-m64", threads("-pthread")),
297 cflags => add_before("-xarch=generic64 -xstrconst -Xa"),
318 cflags => add(threads("-pthread")),
327 cflags => add_before("-mcpu=v8"),
335 cflags => add_before("-m32 -mcpu=ultrasparc"),
341 cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; },
355 cflags => add_before("-xstrconst -Xa"),
367 cflags => add_before("-xarch=v8"),
373 cflags
[all...]
H A D15-android.conf102 my $cflags;
113 $cflags .= " -target $tridefault "
144 $cflags .= " -mandroid";
162 cflags => $cflags . $sysroot,
187 cflags => add(sub { android_ndk()->{cflags} }),
189 cxxflags => add(sub { android_ndk()->{cflags} }),
H A D50-cppbuilder.conf13 cflags => picker(default => add("-q -c",
H A Dshared-info.pl37 @{$config{CFLAGS}}, @{$config{cflags}})
/freebsd-current/contrib/unbound/contrib/ios/
H A D15-ios.conf31 cflags => add("-Wall -fno-common"),
35 cflags => add("-Wall -fno-common"),
39 cflags => add("-Wall -fno-common"),
/freebsd-current/contrib/unbound/contrib/android/
H A D15-android.conf28 cflags => add(picker(release => "-fomit-frame-pointer")),
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c190 int cflags; local
197 currlen = flags = cflags = min = 0;
277 cflags = DP_C_SHORT;
281 cflags = DP_C_INTMAX;
285 cflags = DP_C_LONG;
288 cflags = DP_C_LLONG;
293 cflags = DP_C_LDOUBLE;
297 cflags = DP_C_SIZE;
309 if (cflags == DP_C_SHORT)
311 else if (cflags
[all...]
/freebsd-current/contrib/libxo/
H A Dlibxo-config.in28 --cflags print pre-processor and compiler flags
41 cflags=false
79 --cflags)
/freebsd-current/crypto/openssl/util/
H A Dmkbuildinf.pl12 my ($cflags, $platform) = @ARGV;
13 $cflags = "compiler: $cflags";
42 foreach my $c (split //, $cflags) {
/freebsd-current/crypto/openssh/contrib/
H A DMakefile7 $(CC) $(CFLAGS) `gnome-config --cflags gnome gnomeui` \
12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
17 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-3.0` \
/freebsd-current/contrib/atf/atf-c/
H A Dpkg_config_test.sh101 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c
102 cflags=$(cat stdout)
103 echo "CFLAGS are: ${cflags}"
113 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
/freebsd-current/crypto/openssl/apps/
H A Dversion.c46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
76 dirty = cflags = 1;
94 seed = options = cflags = version = date = platform
121 if (cflags)
/freebsd-current/contrib/lutok/examples/
H A DMakefile35 LUTOK_CPPFLAGS = $$(pkg-config --cflags-only-I lutok)
36 LUTOK_CXXFLAGS = $$(pkg-config --cflags-only-other lutok)
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
48 DBUS_INCLUDE += $(shell xml2-config --cflags)
/freebsd-current/contrib/wpa/hs20/client/
H A DMakefile11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0)
14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0)
18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0)
60 CFLAGS += $(shell xml2-config --cflags)
/freebsd-current/usr.bin/grep/
H A Dgrep.c66 int cflags = REG_NOSUB | REG_NEWLINE; variable
490 cflags |= REG_ICASE;
520 cflags &= ~REG_NOSUB;
554 cflags &= ~REG_NOSUB;
558 cflags &= ~REG_NOSUB;
562 cflags &= ~REG_NEWLINE;
593 cflags &= ~REG_NOSUB;
658 * internal literal matcher should be used. Other cflags that have
664 cflags |= REG_NOSPEC;
666 cflags |
[all...]
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c141 }, cflags[] = local
172 8 + sizeof(cflags) +
184 lookup_bits(buf, cflags, "cflags", tty->c_cflag);
269 static const BITNAMES cflags[] = local
286 8 + sizeof(cflags));
289 lookup_bits(buf, cflags, "cflags", tty->sg_flags);
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_print.c102 int cflags; local
106 flags = currlen = cflags = min = 0;
184 cflags = DP_C_SHORT;
189 cflags = DP_C_LLONG;
192 cflags = DP_C_LONG;
197 cflags = DP_C_LLONG;
201 cflags = DP_C_LDOUBLE;
205 cflags = DP_C_SIZE;
217 switch (cflags) {
245 switch (cflags) {
[all...]
/freebsd-current/contrib/flex/src/
H A Dregex.c48 * @param cflags Same as for regcomp().
50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
56 if ((err = regcomp (preg, regex, cflags)) != 0) {
/freebsd-current/contrib/dialog/
H A Ddialog-config.in135 --cflags|--cflags-only-I)
144 --cflags-only-other)
229 --cflags echos the C compiler flags needed to compile with ${THIS}

Completed in 207 milliseconds

1234