HomeSort by: relevance | last modified time | path
    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 123 milliseconds