Searched refs:LIBGCC_SPEC (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcrtdll.h35 #undef LIBGCC_SPEC macro
36 #define LIBGCC_SPEC \ macro
H A Dnwld.h27 #undef LIBGCC_SPEC macro
28 #define LIBGCC_SPEC "-lgcc %{!static-libgcc:--def-file libgcc.def%s}" macro
H A Duwin.h59 #undef LIBGCC_SPEC macro
60 #define LIBGCC_SPEC "-lgnuwin -lposix -lgcc -last -lmoldname -lmsvcrt" macro
H A Dmingw32.h64 #undef LIBGCC_SPEC macro
65 #define LIBGCC_SPEC \ macro
H A Dbeos-elf.h102 #undef LIBGCC_SPEC macro
103 #define LIBGCC_SPEC "" macro
H A Dcygwin.h48 #undef LIBGCC_SPEC macro
49 #define LIBGCC_SPEC \ macro
H A Dsco5.h276 #undef LIBGCC_SPEC macro
277 #define LIBGCC_SPEC \
275 #undef LIBGCC_SPEC macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Diris6.h101 #undef LIBGCC_SPEC macro
102 #define LIBGCC_SPEC \ macro
/freebsd-11-stable/contrib/gcc/config/
H A Dvx-common.h31 #undef LIBGCC_SPEC macro
32 #define LIBGCC_SPEC VXWORKS_LIBGCC_SPEC macro
H A Dnetbsd.h125 /* Provide a LIBGCC_SPEC appropriate for NetBSD. We also want to exclude
141 #undef LIBGCC_SPEC macro
142 #define LIBGCC_SPEC NETBSD_LIBGCC_SPEC macro
H A Dptx4.h100 /* Provide a LIBGCC_SPEC appropriate for svr4. We also want to exclude
103 #undef LIBGCC_SPEC macro
104 #define LIBGCC_SPEC "%{!shared:%{!symbolic:-lgcc}}" macro
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A Dfreebsd-native.h50 #define LIBGCC_SPEC "%{shared: -lgcc_pic} \
57 #define LIBGCC_SPEC "-lgcc" macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlinux-eabi.h63 /* Use the default LIBGCC_SPEC, not the version in linux-elf.h, as we
65 #undef LIBGCC_SPEC macro
H A Dlinux-elf.h52 #define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc" macro
H A Daof.h46 #define LIBGCC_SPEC "libgcc.a%s"
45 #define LIBGCC_SPEC macro
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c470 %G process LIBGCC_SPEC as a spec.
616 /* config.h can define LIBGCC_SPEC to override how and when libgcc.a is
618 #ifndef LIBGCC_SPEC macro
620 #define LIBGCC_SPEC REAL_LIBGCC_SPEC
623 #define LIBGCC_SPEC "libgcc.a%s" macro
625 #define LIBGCC_SPEC "-lgcc"
761 static const char *libgcc_spec = LIBGCC_SPEC;
621 #define LIBGCC_SPEC macro

Completed in 116 milliseconds