diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-18 09:27:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-19 08:36:53 +0200 |
commit | b17e7627433fa811f6f9dab6a260c10c062f9c85 (patch) | |
tree | d757b2b9d597e6808dd15d8edceede75a8dddfd1 /rsc/source/rscpp | |
parent | b2737a655bda2b306a8c14045dac762941888c8c (diff) |
rsc: remove 68000 support
Change-Id: Ib72dc8800bbc91905445d838657e50dfcc021b40
Diffstat (limited to 'rsc/source/rscpp')
-rw-r--r-- | rsc/source/rscpp/cppdef.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h index aacb6e5cbbaa..965075bee7a7 100644 --- a/rsc/source/rscpp/cppdef.h +++ b/rsc/source/rscpp/cppdef.h @@ -35,7 +35,6 @@ */ #define SYS_UNKNOWN 0 #define SYS_UNIX 1 -#define SYS_68000 7 #ifndef HOST #ifdef unix @@ -100,16 +99,6 @@ * specific directories. */ -#if TARGET == SYS_68000 || defined(M68000) || defined(m68000) || defined(m68k) -/* - * All three machine designators have been seen in various systems. - * Warning -- compilers differ as to sizeof (int). cpp3 assumes that - * sizeof (int) == 2 - */ -#define MACHINE "M68000", "m68000", "m68k" -#define SYSTEM "unix" -#endif - #if TARGET == SYS_UNIX #define SYSTEM "unix" #ifdef pdp11 |