HomeSort by: relevance | last modified time | path
    Searched refs:lib_spec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 595 %L process LIB_SPEC as a spec.
755 /* config.h can define LIB_SPEC to override the default libraries. */
756 #ifndef LIB_SPEC
757 #define LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}"
1216 static const char *lib_spec = LIB_SPEC;
1731 INIT_STATIC_SPEC ("lib", &lib_spec),
6800 value = do_spec_1 (lib_spec, 0, NULL);
1212 static const char *lib_spec = LIB_SPEC; variable
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 581 %L process LIB_SPEC as a spec.
733 /* config.h can define LIB_SPEC to override the default libraries. */
734 #ifndef LIB_SPEC
735 #define LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}"
1213 static const char *lib_spec = LIB_SPEC;
1721 INIT_STATIC_SPEC ("lib", &lib_spec),
6674 value = do_spec_1 (lib_spec, 0, NULL);
1209 static const char *lib_spec = LIB_SPEC; variable

Completed in 40 milliseconds