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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c197 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable
199 static const char *target_system_root = 0; variable
202 /* Nonzero means pass the updated target_system_root to the compiler. */
206 /* Nonzero means append this string to target_system_root. */
210 /* Nonzero means append this string to target_system_root for headers. */
471 %R Output the concatenation of target_system_root and
2800 /* Same as add_prefix, but prepending target_system_root to prefix. */
2810 if (target_system_root)
2814 prefix = concat (target_system_root, prefix, NULL);
4109 if (target_system_root
[all...]

Completed in 108 milliseconds