Searched refs:compiler (Results 1 - 8 of 8) sorted by relevance

/seL4-test-master/tools/nanopb/
H A Dconanfile.py10 settings = "os", "compiler", "build_type", "arch"
21 if self.settings.os == "Windows" and self.settings.compiler == "Visual Studio":
/seL4-test-master/
H A Dgriddle385 $PROGNAME [--compiler={gcc|llvm}] [CMAKE-CONFIGURATION-VARIABLE] ...
390 --compiler={gcc|llvm} Report "gcc" or "llvm" compiler suite to CMake.
499 --long "${GETOPT_FLAGS:+$GETOPT_FLAGS,}"compiler:,help,platform-help \
514 (--compiler)
521 die "unrecognized compiler \"$2\"; expected \"gcc\" or \"llvm\""
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle385 $PROGNAME [--compiler={gcc|llvm}] [CMAKE-CONFIGURATION-VARIABLE] ...
390 --compiler={gcc|llvm} Report "gcc" or "llvm" compiler suite to CMake.
499 --long "${GETOPT_FLAGS:+$GETOPT_FLAGS,}"compiler:,help,platform-help \
514 (--compiler)
521 die "unrecognized compiler \"$2\"; expected \"gcc\" or \"llvm\""
/seL4-test-master/projects/musllibc/dist/
H A Dconfig.mak11 # Installation prefix for musl-gcc compiler wrapper.
/seL4-test-master/projects/musllibc/
H A Dconfigure22 --includedir=DIR include files for the C compiler [PREFIX/include]
40 CC C compiler command [detected]
41 CFLAGS C compiler flags [-Os -pipe ...]
42 CROSS_COMPILE prefix for cross compiler and tools [none]
43 LIBCC compiler runtime library [detected]
85 printf "checking whether compiler accepts %s... " "$2"
229 # Find a C compiler to use
231 printf "checking for C compiler... "
236 test -n "$CC" || { echo "$0: cannot find a C compiler" ; exit 1 ; }
238 printf "checking whether C compiler work
[all...]
/seL4-test-master/tools/riscv-pk/scripts/
H A Dconfig.guess89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
90 # compiler to aid in system detection is discouraged as it requires
137 # If the system lacks a compiler, then just pick glibc.
394 # If there is a compiler, see if it is configured for 64-bit objects.
705 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
706 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
1426 NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize
1427 the system type. Please install a C compiler and try again.
/seL4-test-master/tools/riscv-pk/
H A Dconfigure1340 CC C compiler command
1341 CFLAGS C compiler flags
1347 CXX C++ compiler command
1348 CXXFLAGS C++ compiler flags
2220 # We chose a different compiler from the bogus one.
2346 as_fn_error $? "no acceptable C compiler found in \$PATH
2349 # Provide some information about the compiler.
2350 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2391 $as_echo_n "checking whether the C compiler work
[all...]
/seL4-test-master/tools/nanopb/generator/
H A Dnanopb_generator.py26 import google.protobuf.compiler.plugin_pb2 as plugin_pb2 namespace

Completed in 60 milliseconds