#include "arm/aout.h"

Go to the source code of this file.
Defines | |
| #define | STARTFILE_SPEC "\ %{pg:/usr/lib/gcrt0.o%s}\ %{!pg:%{p:/usr/lib/mcrt0.o%s}\ %{!p:/usr/lib/crt0.o%s}}" |
| #define | LIB_SPEC "\ %{g*:-lg}\ %{!p:%{!pg:%{!static:-lc}%{static:-lc_n}}}\ %{p:-lc_p}\ %{pg:-lc_p}" |
| #define | LINK_SPEC "-X" |
| #define | CPP_PREDEFINES "-Darm -Driscix -Dunix -Asystem=unix" |
| #define | ASM_FINAL_SPEC "\%{!mno-symrename: \ \n /usr/bin/symrename \ -%{mbsd:%{pedantic:%e-mbsd and -pedantic incompatible}BSD}\%{mxopen:%{mbsd:%e-mbsd and -mxopen incompatible}\%{pedantic:%e-mxopen and -pedantic incompatible}XOPEN}\%{!mbsd:%{!mxopen:%{!ansi:BSD}}} %{c:%{o*:%*}%{!o*:%b.o}}%{!c:%U.o}}" |
| #define | SUBTARGET_SWITCHES |
| #define | TARGET_VERSION fputs (" (ARM/RISCiX)", stderr); |
| #define | ARM_OS_NAME "RISCiX" |
| #define | DEFAULT_SIGNED_CHAR 0 |
| #define | NAME__MAIN "__gccmain" |
| #define | SYMBOL__MAIN __gccmain |
| #define | SIZE_TYPE "unsigned int" |
| #define | PTRDIFF_TYPE "int" |
| #define | TARGET_EDOM 33 |
| #define | SUBTARGET_CPU_DEFAULT TARGET_CPU_arm2 |
| #define | SUBTARGET_CONDITIONAL_REGISTER_USAGE |
| #define | SUBTARGET_CPP_SPEC "\ %{mbsd:%{pedantic:%e-mbsd and -pedantic incompatible} -D_BSD_C} \ %{mxopen:%{mbsd:%e-mbsd and -mxopen incompatible} \ %{pedantic:%e-mxopen and -pedantic incompatible} -D_XOPEN_C} \ %{!mbsd:%{!mxopen:%{!ansi: -D_BSD_C}}}" |
| #define ASM_FINAL_SPEC "\%{!mno-symrename: \ \n /usr/bin/symrename \ -%{mbsd:%{pedantic:%e-mbsd and -pedantic incompatible}BSD}\%{mxopen:%{mbsd:%e-mbsd and -mxopen incompatible}\%{pedantic:%e-mxopen and -pedantic incompatible}XOPEN}\%{!mbsd:%{!mxopen:%{!ansi:BSD}}} %{c:%{o*:%*}%{!o*:%b.o}}%{!c:%U.o}}" |
| #define CPP_PREDEFINES "-Darm -Driscix -Dunix -Asystem=unix" |
| #define SUBTARGET_CONDITIONAL_REGISTER_USAGE |
| #define SUBTARGET_SWITCHES |
| #define TARGET_EDOM 33 |
Definition at line 115 of file riscix.h.
Referenced by expand_builtin_mathfn(), and expand_errno_check().
1.5.6