Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dg++spec.c95 const struct cl_decoded_option *saw_libc = NULL; in lang_specific_driver() local
294 if (!saw_libc && (args[i] & WITHLIBC) && library > 0) in lang_specific_driver()
297 saw_libc = &decoded_options[i]; in lang_specific_driver()
387 if (saw_libc) in lang_specific_driver()
388 new_decoded_options[j++] = *saw_libc; in lang_specific_driver()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dg++spec.cc120 const struct cl_decoded_option *saw_libc = NULL; in lang_specific_driver() local
321 if (!saw_libc && (args[i] & WITHLIBC) && library > 0) in lang_specific_driver()
324 saw_libc = &decoded_options[i]; in lang_specific_driver()
423 if (saw_libc) in lang_specific_driver()
424 new_decoded_options[j++] = *saw_libc; in lang_specific_driver()
H A DChangeLog-1995344 (main): Declare saw_libc. Use WITHLIBC if `-lc' was used; set
345 saw_libc and pass it at the end if it was set.