HomeSort by: relevance | last modified time | path
    Searched refs:compiler_flags (Results 1 - 25 of 145) sorted by relevancy

1 2 3 4 5 6

  /src/crypto/external/bsd/openssl.old/dist/crypto/
cversion.c 27 return compiler_flags;
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.h 50 extern struct strlist compiler_flags;
driver.c 79 struct strlist compiler_flags; variable in typeref:struct:strlist
363 strlist_append_list(&args, &compiler_flags);
546 strlist_init(&compiler_flags);
715 strlist_append(&compiler_flags, "-xtemps");
716 strlist_append(&compiler_flags, "-xdeljumps");
717 strlist_append(&compiler_flags, "-xinline");
869 strlist_free(&compiler_flags);
  /src/crypto/external/apache2/openssl/dist/util/
mkbuildinf.pl 38 * Generate compiler_flags as an array of individual characters. This is a
42 static const char compiler_flags[] = {
  /src/crypto/external/bsd/openssl/dist/crypto/
cversion.c 58 return compiler_flags;
  /src/crypto/external/bsd/openssl/dist/util/
mkbuildinf.pl 38 * Generate compiler_flags as an array of individual characters. This is a
42 static const char compiler_flags[] = {
  /src/crypto/external/bsd/openssl.old/dist/util/
mkbuildinf.pl 34 * Generate compiler_flags as an array of individual characters. This is a
38 static const char compiler_flags[] = {
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 14 - ./configure ${COMPILER_FLAGS:+ \
15 CC="$CC $COMPILER_FLAGS" \
16 CXX="$CXX $COMPILER_FLAGS" } \
74 compiler_flags = [ variable
95 env_string = ('{} COMPILER_FLAGS="{}" CONFIGURE_FLAGS="{}" '
97 compilers, " ".join(compiler_flags), " ".join(configure_flags))
  /src/crypto/external/apache2/openssl/dist/crypto/
cversion.c 96 return compiler_flags;
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 420 struct strlist compiler_flags; variable in typeref:struct:strlist
451 strlist_init(&compiler_flags);
655 strlist_append(&compiler_flags, argp);
669 strlist_append(&compiler_flags, argp);
674 strlist_append(&compiler_flags, argp);
679 strlist_append(&compiler_flags, argp);
686 strlist_append(&compiler_flags, argp);
839 strlist_append(&compiler_flags, "-w");
856 strlist_append(&compiler_flags, u);
864 strlist_append(&compiler_flags, "-Werror")
    [all...]
  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 46 # If COMPILER_FLAGS are not empty, add them to CC and CXX
47 ./configure ${{COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" \
48 CXX="$CXX $COMPILER_FLAGS"}} $CONFIGURE_FLAGS
175 compiler_flags = [x.value for x in combination if x.type == Option.Type.COMPILER_FLAG]
191 compiler_flags.append('-m32')
199 stringify(compiler_flags, 'COMPILER_FLAGS'),
  /src/external/gpl3/binutils/dist/
ltmain.sh 4267 compiler_flags=
4583 compiler_flags="$compiler_flags $qarg"
4590 compiler_flags="$compiler_flags $qarg"
4598 compiler_flags="$compiler_flags $wl$qarg"
4786 compiler_flags="$compiler_flags $arg"
4794 compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 4267 compiler_flags=
4583 compiler_flags="$compiler_flags $qarg"
4590 compiler_flags="$compiler_flags $qarg"
4598 compiler_flags="$compiler_flags $wl$qarg"
4786 compiler_flags="$compiler_flags $arg"
4794 compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl3/gcc/dist/
ltmain.sh 4267 compiler_flags=
4583 compiler_flags="$compiler_flags $qarg"
4590 compiler_flags="$compiler_flags $qarg"
4598 compiler_flags="$compiler_flags $wl$qarg"
4786 compiler_flags="$compiler_flags $arg"
4794 compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl3/gcc.old/dist/
ltmain.sh 4267 compiler_flags=
4583 compiler_flags="$compiler_flags $qarg"
4590 compiler_flags="$compiler_flags $qarg"
4598 compiler_flags="$compiler_flags $wl$qarg"
4786 compiler_flags="$compiler_flags $arg"
4794 compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl3/gdb/dist/
ltmain.sh 4267 compiler_flags=
4583 compiler_flags="$compiler_flags $qarg"
4590 compiler_flags="$compiler_flags $qarg"
4598 compiler_flags="$compiler_flags $wl$qarg"
4786 compiler_flags="$compiler_flags $arg"
4794 compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl3/gdb.old/dist/
ltmain.sh 4267 compiler_flags=
4583 compiler_flags="$compiler_flags $qarg"
4590 compiler_flags="$compiler_flags $qarg"
4598 compiler_flags="$compiler_flags $wl$qarg"
4786 compiler_flags="$compiler_flags $arg"
4794 compiler_flags="$compiler_flags $arg
    [all...]
  /src/crypto/external/bsd/netpgp/dist/buildaux/
ltmain.sh 1183 compiler_flags=
1493 compiler_flags="$compiler_flags $qarg"
1501 compiler_flags="$compiler_flags $wl$qarg"
1509 compiler_flags="$compiler_flags $qarg"
1521 test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
1589 *) compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/bsd/iscsi/dist/buildaux/
ltmain.sh 1183 compiler_flags=
1493 compiler_flags="$compiler_flags $qarg"
1501 compiler_flags="$compiler_flags $wl$qarg"
1509 compiler_flags="$compiler_flags $qarg"
1521 test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
1589 *) compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/bsd/libbind/dist/
ltmain.sh 1166 compiler_flags=
1469 compiler_flags="$compiler_flags $qarg"
1477 compiler_flags="$compiler_flags $wl$qarg"
1485 compiler_flags="$compiler_flags $qarg"
1497 test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
1565 *) compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl2/gettext/dist/build-aux/
ltmain.sh 1102 compiler_flags=
1395 compiler_flags="$compiler_flags $qarg"
1403 compiler_flags="$compiler_flags $wl$qarg"
1411 compiler_flags="$compiler_flags $qarg"
1423 test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
1491 *) compiler_flags="$compiler_flags $arg
    [all...]
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 4067 compiler_flags=
4377 compiler_flags="$compiler_flags $qarg"
4384 compiler_flags="$compiler_flags $qarg"
4392 compiler_flags="$compiler_flags $wl$qarg"
4572 compiler_flags="$compiler_flags $arg"
4580 compiler_flags="$compiler_flags $arg
    [all...]
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 4067 compiler_flags=
4377 compiler_flags="$compiler_flags $qarg"
4384 compiler_flags="$compiler_flags $qarg"
4392 compiler_flags="$compiler_flags $wl$qarg"
4572 compiler_flags="$compiler_flags $arg"
4580 compiler_flags="$compiler_flags $arg
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
future.exp 196 global compiler_flags
632 set compiler_flags $opts
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
future.exp 196 global compiler_flags
632 set compiler_flags $opts

Completed in 54 milliseconds

1 2 3 4 5 6