Home
last modified time | relevance | path

Searched refs:multilib_matches (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dgcc.c841 static const char *multilib_matches; variable
1575 INIT_STATIC_SPEC ("multilib_matches", &multilib_matches),
6235 multilib_matches = XOBFINISH (&multilib_obstack, const char *); in main()
7128 for (q = multilib_matches; *q != '\0'; q++) in used_arg()
7134 q = multilib_matches; in used_arg()
7143 fatal ("multilib spec '%s' is invalid", multilib_matches); in used_arg()
DFSFChangeLog.1110451 * gcc.c (used_arg): Fix multilib_matches parsing to not corrupt
DChangeLog-200019199 (used_arg): Do not modify multilib_matches. Use strncmp plus