Home
last modified time | relevance | path

Searched refs:REAL_LIBGCC_SPEC (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dnetbsd-elf.h117 #undef REAL_LIBGCC_SPEC
118 #define REAL_LIBGCC_SPEC \ macro
H A Dvx-common.h29 #undef REAL_LIBGCC_SPEC
30 #define REAL_LIBGCC_SPEC VXWORKS_LIBGCC_SPEC macro
H A Ddarwin.h517 #undef REAL_LIBGCC_SPEC
518 #define REAL_LIBGCC_SPEC \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dnetbsd-elf.h129 #undef REAL_LIBGCC_SPEC
130 #define REAL_LIBGCC_SPEC \ macro
H A Ddarwin.h499 #undef REAL_LIBGCC_SPEC
500 #define REAL_LIBGCC_SPEC \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcygwin.h75 #undef REAL_LIBGCC_SPEC
76 #define REAL_LIBGCC_SPEC SHARED_LIBGCC_SPEC macro
H A Dmingw32.h164 #undef REAL_LIBGCC_SPEC
165 #define REAL_LIBGCC_SPEC \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin.h84 #undef REAL_LIBGCC_SPEC
85 #define REAL_LIBGCC_SPEC SHARED_LIBGCC_SPEC macro
H A Dmingw32.h184 #undef REAL_LIBGCC_SPEC
185 #define REAL_LIBGCC_SPEC \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dnetbsd-elf.h83 #undef REAL_LIBGCC_SPEC
84 #define REAL_LIBGCC_SPEC "-lgcc" macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dnetbsd-elf.h83 #undef REAL_LIBGCC_SPEC
84 #define REAL_LIBGCC_SPEC "-lgcc" macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc416 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC)
855 #if defined(REAL_LIBGCC_SPEC)
856 #define LIBGCC_SPEC REAL_LIBGCC_SPEC
1792 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC)
1876 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) in init_spec()
H A DChangeLog-20211189 * config/vx-common.h: Define REAL_LIBGCC_SPEC since the
1192 since REAL_LIBGCC_SPEC is used now.
3435 (REAL_LIBGCC_SPEC): Handle revised library uses.
21091 (REAL_LIBGCC_SPEC): Amend to use PR80556_WORKAROUND.
21095 (REAL_LIBGCC_SPEC): Remove.
21098 (REAL_LIBGCC_SPEC): Remove.
H A DChangeLog-20042665 * config/darwin.h (REAL_LIBGCC_SPEC): Put -lgcc back in
6492 * config/darwin.h (REAL_LIBGCC_SPEC): Define to use shared
41490 * gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and
41491 LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC.
41492 (init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is
41493 defined. Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
41495 * doc/tm.texi (REAL_LIBGCC_SPEC): Document.
H A DChangeLog-201920059 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Revert change from r273749.
20179 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move from here...
20200 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move to new biarch file.
23576 * config/darwin.h (REAL_LIBGCC_SPEC): Adjust for earlier Darwin.
H A DChangeLog-20082678 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Only add libgcc_s.a
4456 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup
4561 (REAL_LIBGCC_SPEC): New. Always include -lgcc.
H A DChangeLog-20054293 * config/darwin.h (REAL_LIBGCC_SPEC): Link in shared libgcc depending
6551 * config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc
6565 * config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
H A DChangeLog-201011097 (REAL_LIBGCC_SPEC): Likewise.
16862 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
17429 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
H A DChangeLog824 before other objects. (REAL_LIBGCC_SPEC): Remove weak crts
H A DChangeLog-200933849 (REAL_LIBGCC_SPEC): Define instead, using SHARED_LIBGCC_SPEC.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c385 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC)
788 #if defined(REAL_LIBGCC_SPEC)
789 #define LIBGCC_SPEC REAL_LIBGCC_SPEC
1664 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC)
1748 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) in init_spec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in256 @defmac REAL_LIBGCC_SPEC
263 @code{REAL_LIBGCC_SPEC} instead. @code{REAL_LIBGCC_SPEC} tells the
270 mentioned in @code{REAL_LIBGCC_SPEC}. If nonzero, a spec will be
281 @code{REAL_LIBGCC_SPEC}.
H A Dtm.texi256 @defmac REAL_LIBGCC_SPEC
263 @code{REAL_LIBGCC_SPEC} instead. @code{REAL_LIBGCC_SPEC} tells the
270 mentioned in @code{REAL_LIBGCC_SPEC}. If nonzero, a spec will be
281 @code{REAL_LIBGCC_SPEC}.
H A Dgccint.info31150 -- Macro: REAL_LIBGCC_SPEC
31156 modifications are inappropriate, define 'REAL_LIBGCC_SPEC' instead.
31157 'REAL_LIBGCC_SPEC' tells the driver how to place a reference to
31163 in 'REAL_LIBGCC_SPEC'. If nonzero, a spec will be generated that
31171 modifications to 'LIBGCC_SPEC' mentioned in 'REAL_LIBGCC_SPEC'.
54793 * REAL_LIBGCC_SPEC: Driver. (line 124)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info32586 -- Macro: REAL_LIBGCC_SPEC
32592 modifications are inappropriate, define 'REAL_LIBGCC_SPEC' instead.
32593 'REAL_LIBGCC_SPEC' tells the driver how to place a reference to
32599 in 'REAL_LIBGCC_SPEC'. If nonzero, a spec will be generated that
32607 modifications to 'LIBGCC_SPEC' mentioned in 'REAL_LIBGCC_SPEC'.
56538 * REAL_LIBGCC_SPEC: Driver. (line 124)

12