OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
check_compile
30
COMPILER
=`$flags_script --build-cxx`
31
CXX="$
COMPILER
$INCLUDES $PCH_FLAGS $FLAGS -Wfatal-errors $TEST_FLAGS"
check_performance
30
COMPILER
=`$flags_script --build-cxx`
35
CXX="$
COMPILER
$INCLUDES $FLAGS -std=gnu++11 $CXXFLAGS $LINK"
/src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
check_compile
30
COMPILER
=`$flags_script --build-cxx`
31
CXX="$
COMPILER
$INCLUDES $PCH_FLAGS $FLAGS -Wfatal-errors $TEST_FLAGS"
check_performance
30
COMPILER
=`$flags_script --build-cxx`
35
CXX="$
COMPILER
$INCLUDES $FLAGS -std=gnu++11 $CXXFLAGS $LINK"
/src/external/gpl3/binutils/dist/
makefile.vms
19
CHECK-
COMPILER
= check_compiler
21
CHECK-
COMPILER
=
24
all: check_cc $(CHECK-
COMPILER
) [.binutils]makefile.vms
39
@$(ECHO) "Please edit MAKEFILE.VMS and select a C
Compiler
."
/src/external/gpl3/binutils.old/dist/
makefile.vms
19
CHECK-
COMPILER
= check_compiler
21
CHECK-
COMPILER
=
24
all: check_cc $(CHECK-
COMPILER
) [.binutils]makefile.vms
39
@$(ECHO) "Please edit MAKEFILE.VMS and select a C
Compiler
."
/src/external/bsd/pcc/dist/pcc/os/win32/
config.h
5
#define
COMPILER
"%PCCDIR%\\libexec\\ccom.exe"
/src/usr.bin/make/unit-tests/
varparse-undef-partial.mk
50
# CFLAGS:= ${CFLAGS:N-W*} ${COPTS.${
COMPILER
}}
52
# The variable
COMPILER
typically contains an identifier and the variable is
54
# expression is expanded early, or whether the whole ${COPTS.${
COMPILER
}} is
55
# expanded as soon as the variable COPTS.${
COMPILER
} becomes defined. The
56
# expression ${
COMPILER
} would be expanded several times, but in this simple
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
.travis-libcxx-setup.sh
20
cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${
COMPILER
} \
/src/external/bsd/jemalloc/dist/scripts/
gen_travis.py
65
COMPILER
= auto()
77
return Option(Option.Type.
COMPILER
, value)
101
Option.Type.
COMPILER
: '
COMPILER
',
109
# The 'default' configuration is gcc, on linux, with no
compiler
or configure
154
def get_extra_cflags(os,
compiler
):
163
if
compiler
!= CL.value:
170
if
compiler
== CLANG.value or os == OSX:
184
compilers = [x.value for x in combination if x.type == Option.Type.
COMPILER
]
195
compiler
= GCC.valu
[
all
...]
gen_gh_actions.py
36
COMPILER
= auto()
48
return Option(Option.Type.
COMPILER
, value)
72
Option.Type.
COMPILER
: '
COMPILER
',
81
# The 'default' configuration is gcc, on linux, with no
compiler
or configure
126
def get_extra_cflags(os,
compiler
):
132
if
compiler
!= CL.value:
139
if
compiler
== CLANG.value or os == OSX:
153
compilers = [x.value for x in combination if x.type == Option.Type.
COMPILER
]
163
compiler
= GCC.valu
[
all
...]
/src/external/bsd/pcc/dist/pcc/
config.h.in
18
/* Define path to alternate
compiler
*/
19
#undef
COMPILER
/src/external/bsd/pcc/dist/pcc/cc/driver/
platform.c
51
#ifndef
COMPILER
52
#define
COMPILER
"ccom"
318
compiler
=
COMPILER
;
/src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py
65
COMPILER
= auto()
77
return Option(Option.Type.
COMPILER
, value)
100
# The 'default' configuration is gcc, on linux, with no
compiler
or configure
143
def get_extra_cflags(os,
compiler
):
152
if
compiler
!= CL.value:
159
if
compiler
== CLANG.value or os == OSX:
173
compilers = [x.value for x in combination if x.type == Option.Type.
COMPILER
]
184
compiler
= GCC.value
186
compiler
= compilers[0]
197
compiler
,
[
all
...]
/src/external/bsd/byacc/dist/
vmsbuild.com
2
$! VMS build-script for BYACC. Requires installed C
compiler
7
$! $ @vmsbuild [BYACC [<
compiler
> [bld_target]]]
10
$! <
compiler
> :== { decc | vaxc }
12
$! The default
compiler
on VAX hosts is vaxc, else decc (Alpha hosts).
42
$! pickup user's
compiler
choice, if any
78
$! Look for the
compiler
used and specify architecture.
92
$ if f$search("SYS$SYSTEM:DECC$
COMPILER
.EXE").nes.""
99
$ write sys$output "C
compiler
required to rebuild BYACC"
/src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c
68
* Front-end to the C
compiler
.
130
/* May be overridden if cross-
compiler
is generated */
140
#ifndef
COMPILER
141
#define
COMPILER
"ccom"
153
char *pass0 =
COMPILER
;
1037
* C
compiler
/src/common/dist/zlib/
make_vms.com
87
$! Look for the
compiler
used
241
$ write sys$output "C
compiler
required to build ''name'"
344
$ write sys$output "Unsupported
compiler
choice ''cc_com' ignored"
373
$! Look for the
compiler
used
383
$ its_decc = (f$search("SYS$SYSTEM:DECC$
COMPILER
.EXE") .nes. "")
388
$! Exit if no
compiler
available
395
$ write sys$output "CC
compiler
check ... hp C"
402
$ if its_vaxc then write sys$output "CC
compiler
check ... VAX C"
405
$ write sys$output "CC
compiler
check ... GNU C"
570
$!
compiler
[
all
...]
/src/external/gpl3/binutils/dist/zlib/
make_vms.com
87
$! Look for the
compiler
used
241
$ write sys$output "C
compiler
required to build ''name'"
344
$ write sys$output "Unsupported
compiler
choice ''cc_com' ignored"
373
$! Look for the
compiler
used
383
$ its_decc = (f$search("SYS$SYSTEM:DECC$
COMPILER
.EXE") .nes. "")
388
$! Exit if no
compiler
available
395
$ write sys$output "CC
compiler
check ... hp C"
402
$ if its_vaxc then write sys$output "CC
compiler
check ... VAX C"
405
$ write sys$output "CC
compiler
check ... GNU C"
570
$!
compiler
[
all
...]
/src/external/gpl3/binutils.old/dist/zlib/
make_vms.com
87
$! Look for the
compiler
used
241
$ write sys$output "C
compiler
required to build ''name'"
344
$ write sys$output "Unsupported
compiler
choice ''cc_com' ignored"
373
$! Look for the
compiler
used
383
$ its_decc = (f$search("SYS$SYSTEM:DECC$
COMPILER
.EXE") .nes. "")
388
$! Exit if no
compiler
available
395
$ write sys$output "CC
compiler
check ... hp C"
402
$ if its_vaxc then write sys$output "CC
compiler
check ... VAX C"
405
$ write sys$output "CC
compiler
check ... GNU C"
570
$!
compiler
[
all
...]
/src/external/gpl3/gdb.old/dist/zlib/
make_vms.com
87
$! Look for the
compiler
used
241
$ write sys$output "C
compiler
required to build ''name'"
344
$ write sys$output "Unsupported
compiler
choice ''cc_com' ignored"
373
$! Look for the
compiler
used
383
$ its_decc = (f$search("SYS$SYSTEM:DECC$
COMPILER
.EXE") .nes. "")
388
$! Exit if no
compiler
available
395
$ write sys$output "CC
compiler
check ... hp C"
402
$ if its_vaxc then write sys$output "CC
compiler
check ... VAX C"
405
$ write sys$output "CC
compiler
check ... GNU C"
570
$!
compiler
[
all
...]
/src/external/gpl3/gdb/dist/zlib/
make_vms.com
87
$! Look for the
compiler
used
241
$ write sys$output "C
compiler
required to build ''name'"
344
$ write sys$output "Unsupported
compiler
choice ''cc_com' ignored"
373
$! Look for the
compiler
used
383
$ its_decc = (f$search("SYS$SYSTEM:DECC$
COMPILER
.EXE") .nes. "")
388
$! Exit if no
compiler
available
395
$ write sys$output "CC
compiler
check ... hp C"
402
$ if its_vaxc then write sys$output "CC
compiler
check ... VAX C"
405
$ write sys$output "CC
compiler
check ... GNU C"
570
$!
compiler
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026