HomeSort by: relevance | last modified time | path
    Searched defs:STARTFILE_PREFIX_SPEC (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/mips/
st.h 26 #undef STARTFILE_PREFIX_SPEC
27 #define STARTFILE_PREFIX_SPEC \
mti-linux.h 37 #undef STARTFILE_PREFIX_SPEC
38 #define STARTFILE_PREFIX_SPEC \
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
st.h 26 #undef STARTFILE_PREFIX_SPEC
27 #define STARTFILE_PREFIX_SPEC \
mti-linux.h 37 #undef STARTFILE_PREFIX_SPEC
38 #define STARTFILE_PREFIX_SPEC \
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
freebsd.h 60 #define STARTFILE_PREFIX_SPEC \
linux.h 64 #define STARTFILE_PREFIX_SPEC \
netbsd.h 51 #undef STARTFILE_PREFIX_SPEC
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
freebsd.h 58 #define STARTFILE_PREFIX_SPEC \
linux.h 74 #define STARTFILE_PREFIX_SPEC \
netbsd.h 51 #undef STARTFILE_PREFIX_SPEC
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
vxworks.h 207 #undef STARTFILE_PREFIX_SPEC
208 #define STARTFILE_PREFIX_SPEC \
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
vxworks.h 207 #undef STARTFILE_PREFIX_SPEC
208 #define STARTFILE_PREFIX_SPEC \
  /src/external/gpl3/gcc/dist/gcc/config/
vxworks.h 166 STARTFILE_PREFIX_SPEC for this, instead of explicit -L options in LIB_SPEC,
178 #undef STARTFILE_PREFIX_SPEC
179 #define STARTFILE_PREFIX_SPEC \
  /src/external/gpl3/gcc.old/dist/gcc/config/
vxworks.h 151 STARTFILE_PREFIX_SPEC for this, instead of explicit -L options in LIB_SPEC,
163 #undef STARTFILE_PREFIX_SPEC
164 #define STARTFILE_PREFIX_SPEC \
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 1186 #ifndef STARTFILE_PREFIX_SPEC
1187 # define STARTFILE_PREFIX_SPEC ""
1228 static const char *startfile_prefix_spec = STARTFILE_PREFIX_SPEC;
1753 INIT_STATIC_SPEC ("startfile_prefix_spec", &startfile_prefix_spec),
8598 if (*startfile_prefix_spec != 0
8599 && do_spec_2 (startfile_prefix_spec, NULL) == 0
8607 startfile_prefix_spec exclusively. */
1224 static const char *startfile_prefix_spec = STARTFILE_PREFIX_SPEC; variable
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 1187 #ifndef STARTFILE_PREFIX_SPEC
1188 # define STARTFILE_PREFIX_SPEC ""
1225 static const char *startfile_prefix_spec = STARTFILE_PREFIX_SPEC;
1743 INIT_STATIC_SPEC ("startfile_prefix_spec", &startfile_prefix_spec),
8471 if (*startfile_prefix_spec != 0
8472 && do_spec_2 (startfile_prefix_spec, NULL) == 0
8480 startfile_prefix_spec exclusively. */
1221 static const char *startfile_prefix_spec = STARTFILE_PREFIX_SPEC; variable

Completed in 47 milliseconds