Home
last modified time | relevance | path

Searched refs:cross_compile (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDgcc.c244 static const char *cross_compile = "1"; variable
246 static const char *cross_compile = "0"; variable
1570 INIT_STATIC_SPEC ("cross_compile", &cross_compile),
3486 if (temp && *cross_compile == '0') in process_command()
3519 if (temp && *cross_compile == '0') in process_command()
6329 if (*cross_compile == '0') in main()
6383 else if (*cross_compile == '0' || target_system_root) in main()
6404 else if (*cross_compile == '0') in main()
HDFSFChangeLog.117964 * gcc.c (cross_compile): Change to be a char * like all of the
7966 (process_command): Change how cross_compile is tested.