Home
last modified time | relevance | path

Searched refs:LIB_SPEC (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/
HDdragonfly.h61 #undef LIB_SPEC
62 #define LIB_SPEC \ macro
/dragonfly/contrib/gcc-8.0/gcc/config/
HDdragonfly.h59 #undef LIB_SPEC
60 #define LIB_SPEC \ macro
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c512 #ifndef LIB_SPEC
513 #define LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}" macro
717 static const char *lib_spec = LIB_SPEC;
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c670 #ifndef LIB_SPEC
671 #define LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}" macro
1082 static const char *lib_spec = LIB_SPEC;
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi231 @defmac LIB_SPEC
233 between the two is that @code{LIB_SPEC} is used at the end of the
244 the value of @code{LIB_SPEC}.
HDtm.texi.in231 @defmac LIB_SPEC
233 between the two is that @code{LIB_SPEC} is used at the end of the
244 the value of @code{LIB_SPEC}.