OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sdkroot
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/
darwin-driver.cc
234
/* See if we can find the sysroot from the
SDKROOT
environment variable. */
239
const char *maybe_sysroot = getenv ("
SDKROOT
");
429
/* We will pick up an
SDKROOT
if we didn't specify a sysroot and treat
431
const char *
sdkroot
= maybe_get_sysroot_from_sdkroot ();
local
432
if (
sdkroot
)
438
generate_option (OPT__sysroot_,
sdkroot
, 1, CL_DRIVER,
/src/external/gpl3/gcc.old/dist/gcc/config/
darwin-driver.cc
234
/* See if we can find the sysroot from the
SDKROOT
environment variable. */
239
const char *maybe_sysroot = getenv ("
SDKROOT
");
429
/* We will pick up an
SDKROOT
if we didn't specify a sysroot and treat
431
const char *
sdkroot
= maybe_get_sysroot_from_sdkroot ();
local
432
if (
sdkroot
)
438
generate_option (OPT__sysroot_,
sdkroot
, 1, CL_DRIVER,
Completed in 28 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026