osprey/kg++fe/gnu/config/sol2.h File Reference
Go to the source code of this file.
|
Defines |
| #define | PREFERRED_DEBUGGING_TYPE DBX_DEBUG |
| #define | WCHAR_TYPE "long int" |
| #define | WCHAR_TYPE_SIZE BITS_PER_WORD |
| #define | WINT_TYPE "long int" |
| #define | WINT_TYPE_SIZE BITS_PER_WORD |
| #define | HANDLE_PRAGMA_REDEFINE_EXTNAME 1 |
| #define | CPP_SUBTARGET_SPEC "\%{pthreads:-D_REENTRANT -D_PTHREADS} \%{!pthreads:%{threads:-D_REENTRANT -D_SOLARIS_THREADS}} \%{compat-bsd:-iwithprefixbefore ucbinclude -I/usr/ucbinclude} \" |
| #define | TARGET_OS_CPP_BUILTINS() |
| #define | ASM_SPEC "\%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s \%{fpic|fpie|fPIC|fPIE:-K PIC} \%(asm_cpu) \" |
| #define | LIB_SPEC "%{compat-bsd:-lucb -lsocket -lnsl -lelf -laio} \ %{!shared:\ %{!symbolic:\ %{pthreads:-lpthread} \ %{!pthreads:%{threads:-lthread}} \ %{p|pg:-ldl} -lc}}" |
| #define | ENDFILE_SPEC "crtend.o%s crtn.o%s" |
| #define | STARTFILE_SPEC "%{!shared: \ %{!symbolic: \ %{p:mcrt1.o%s} \ %{!p: \ %{pg:gcrt1.o%s gmon.o%s} \ %{!pg:crt1.o%s}}}} \ crti.o%s %(startfile_arch) \ crtbegin.o%s" |
| #define | STARTFILE_ARCH32_SPEC "%{ansi:values-Xc.o%s} \ %{!ansi:values-Xa.o%s}" |
| #define | STARTFILE_ARCH_SPEC STARTFILE_ARCH32_SPEC |
| #define | LINK_ARCH32_SPEC "%{G:-G} \ %{YP,*} \ %{R*} \ %{compat-bsd: \ %{!YP,*:%{p|pg:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ %{!p:%{!pg:-Y P,/usr/ucblib:/usr/ccs/lib:/usr/lib}}} \ -R /usr/ucblib} \ %{!compat-bsd: \ %{!YP,*:%{p|pg:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ %{!p:%{!pg:-Y P,/usr/ccs/lib:/usr/lib}}}}" |
| #define | LINK_ARCH_SPEC LINK_ARCH32_SPEC |
| #define | LINK_SPEC "%{h*} %{v:-V} \ %{b} %{Wl,*:%*} \ %{static:-dn -Bstatic} \ %{shared:-G -dy %{!mimpure-text:-z text}} \ %{symbolic:-Bsymbolic -G -dy -z text} \ %(link_arch) \ %{Qy:} %{!Qn:-Qy}" |
| #define | SWITCH_TAKES_ARG(CHAR) |
| #define | STDC_0_IN_SYSTEM_HEADERS 1 |
| #define | TRANSFER_FROM_TRAMPOLINE |
Define Documentation
| #define ASM_SPEC "\%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s \%{fpic|fpie|fPIC|fPIE:-K PIC} \%(asm_cpu) \" |
| #define CPP_SUBTARGET_SPEC "\%{pthreads:-D_REENTRANT -D_PTHREADS} \%{!pthreads:%{threads:-D_REENTRANT -D_SOLARIS_THREADS}} \%{compat-bsd:-iwithprefixbefore ucbinclude -I/usr/ucbinclude} \" |
| #define ENDFILE_SPEC "crtend.o%s crtn.o%s" |
| #define HANDLE_PRAGMA_REDEFINE_EXTNAME 1 |
| #define LIB_SPEC "%{compat-bsd:-lucb -lsocket -lnsl -lelf -laio} \ %{!shared:\ %{!symbolic:\ %{pthreads:-lpthread} \ %{!pthreads:%{threads:-lthread}} \ %{p|pg:-ldl} -lc}}" |
| #define LINK_ARCH32_SPEC "%{G:-G} \ %{YP,*} \ %{R*} \ %{compat-bsd: \ %{!YP,*:%{p|pg:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ %{!p:%{!pg:-Y P,/usr/ucblib:/usr/ccs/lib:/usr/lib}}} \ -R /usr/ucblib} \ %{!compat-bsd: \ %{!YP,*:%{p|pg:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ %{!p:%{!pg:-Y P,/usr/ccs/lib:/usr/lib}}}}" |
| #define LINK_ARCH_SPEC LINK_ARCH32_SPEC |
| #define LINK_SPEC "%{h*} %{v:-V} \ %{b} %{Wl,*:%*} \ %{static:-dn -Bstatic} \ %{shared:-G -dy %{!mimpure-text:-z text}} \ %{symbolic:-Bsymbolic -G -dy -z text} \ %(link_arch) \ %{Qy:} %{!Qn:-Qy}" |
| #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG |
| #define STARTFILE_ARCH32_SPEC "%{ansi:values-Xc.o%s} \ %{!ansi:values-Xa.o%s}" |
| #define STARTFILE_ARCH_SPEC STARTFILE_ARCH32_SPEC |
| #define STDC_0_IN_SYSTEM_HEADERS 1 |
| #define SWITCH_TAKES_ARG |
( |
CHAR |
|
) |
|
Value:
Definition at line 145 of file sol2.h.
| #define TARGET_OS_CPP_BUILTINS |
( |
|
) |
|
Value:
Definition at line 56 of file sol2.h.
| #define TRANSFER_FROM_TRAMPOLINE |
| #define WCHAR_TYPE "long int" |
| #define WCHAR_TYPE_SIZE BITS_PER_WORD |
| #define WINT_TYPE "long int" |
| #define WINT_TYPE_SIZE BITS_PER_WORD |