diff options
Diffstat (limited to 'gcc/config/m88k/openbsd.h')
-rw-r--r-- | gcc/config/m88k/openbsd.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/m88k/openbsd.h b/gcc/config/m88k/openbsd.h index 57ac92437a4..56891e8f083 100644 --- a/gcc/config/m88k/openbsd.h +++ b/gcc/config/m88k/openbsd.h @@ -33,14 +33,10 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "%{m88000:-D__mc88000__} \ %{!m88000:%{m88100:%{m88110:-D__mc88000__}}} \ %{!m88000:%{!m88100:%{m88110:-D__mc88110__}}} \ - %{!m88000:%{!m88110:%{!ansi:%{traditional:-Dmc88100}} \ - -D__mc88100__ -D__mc88100}} %{posix:-D_POSIX_SOURCE} \ + %{!m88000:%{!m88110:-D__mc88100__ -D__mc88100}} \ + %{posix:-D_POSIX_SOURCE} \ %{pthread:-D_POSIX_THREADS}" -/* For the Omron Luna/88k, a float function returns a double in traditional - mode (and a float in ansi mode). */ -#undef TRADITIONAL_RETURN_FLOAT - /* Layout of source language data types. */ /* This must agree with <machine/ansi.h> */ |