HomeSort by: relevance | last modified time | path
    Searched defs:CC1PLUS_SPEC (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/mips/
linux-common.h 40 #undef CC1PLUS_SPEC
41 #define CC1PLUS_SPEC \
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
linux-common.h 43 #undef CC1PLUS_SPEC
44 #define CC1PLUS_SPEC \
  /src/external/gpl3/gcc/dist/gcc/config/arm/
symbian.h 44 #define CC1PLUS_SPEC CC1_SPEC
linux-eabi.h 110 #define CC1PLUS_SPEC \
  /src/external/gpl3/gcc/dist/gcc/config/avr/
specs.h 41 #undef CC1PLUS_SPEC
42 #define CC1PLUS_SPEC \
  /src/external/gpl3/gcc/dist/gcc/config/i386/
netbsd64.h 47 /* Provide C11_SPEC/CC1PLUS_SPEC appropriate for NetBSD/x86-64. */
53 #undef CC1PLUS_SPEC
54 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC NETBSD_CC1_CPU_SPEC
netbsd-elf.h 44 /* Provide C11_SPEC/CC1PLUS_SPEC appropriate for NetBSD/i386. */
50 #undef CC1PLUS_SPEC
51 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC NETBSD_CC1_CPU_SPEC
  /src/external/gpl3/gcc/dist/gcc/config/moxie/
moxiebox.h 45 #undef CC1PLUS_SPEC
46 #define CC1PLUS_SPEC CC1_SPEC
  /src/external/gpl3/gcc/dist/gcc/config/sh/
superh.h 90 #undef CC1PLUS_SPEC
91 #define CC1PLUS_SPEC "%(cc1runtime)"
  /src/external/gpl3/gcc/dist/gcc/config/vax/
netbsd-elf.h 40 #undef CC1PLUS_SPEC
41 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC VAX_CC1PLUS_SPEC
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
symbian.h 44 #define CC1PLUS_SPEC CC1_SPEC
linux-eabi.h 113 #define CC1PLUS_SPEC \
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
specs.h 40 #undef CC1PLUS_SPEC
41 #define CC1PLUS_SPEC \
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
netbsd64.h 47 /* Provide C11_SPEC/CC1PLUS_SPEC appropriate for NetBSD/x86-64. */
53 #undef CC1PLUS_SPEC
54 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC NETBSD_CC1_CPU_SPEC
netbsd-elf.h 44 /* Provide C11_SPEC/CC1PLUS_SPEC appropriate for NetBSD/i386. */
50 #undef CC1PLUS_SPEC
51 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC NETBSD_CC1_CPU_SPEC
  /src/external/gpl3/gcc.old/dist/gcc/config/moxie/
moxiebox.h 45 #undef CC1PLUS_SPEC
46 #define CC1PLUS_SPEC CC1_SPEC
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
superh.h 90 #undef CC1PLUS_SPEC
91 #define CC1PLUS_SPEC "%(cc1runtime)"
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
netbsd-elf.h 40 #undef CC1PLUS_SPEC
41 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC VAX_CC1PLUS_SPEC
  /src/external/gpl3/gcc/dist/gcc/config/
netbsd.h 156 #undef CC1PLUS_SPEC
157 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC
  /src/external/gpl3/gcc.old/dist/gcc/config/
netbsd.h 156 #undef CC1PLUS_SPEC
157 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
netbsd64.h 277 #undef CC1PLUS_SPEC
278 #define CC1PLUS_SPEC CC1_OS_NETBSD_SPEC
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
netbsd64.h 278 #undef CC1PLUS_SPEC
279 #define CC1PLUS_SPEC CC1_OS_NETBSD_SPEC
  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.h 152 #define CC1PLUS_SPEC ""
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
cris.h 152 #define CC1PLUS_SPEC ""
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 605 %2 process CC1PLUS_SPEC as a spec.
743 /* config.h can define CC1PLUS_SPEC to provide extra args to cc1plus
745 #ifndef CC1PLUS_SPEC
746 #define CC1PLUS_SPEC ""
1210 static const char *cc1plus_spec = CC1PLUS_SPEC;
1726 INIT_STATIC_SPEC ("cc1plus", &cc1plus_spec),
6758 value = do_spec_1 (cc1plus_spec, 0, NULL);
1206 static const char *cc1plus_spec = CC1PLUS_SPEC; variable

Completed in 50 milliseconds

1 2