summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 09:26:33 +0200
committerNoel Grandin <noel@peralex.com>2014-09-19 08:36:53 +0200
commitb2737a655bda2b306a8c14045dac762941888c8c (patch)
tree6998ab432f8a163197ce11bf7101cd4a7fc921c9 /rsc
parent727dc227a5c4c313d5fa1c493120b3a63bb120c5 (diff)
rsc: remove ONYX support
Change-Id: Ia6707ec17bf46b582dc344541857324976408833
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cppdef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h
index 38a5f1b03d31..aacb6e5cbbaa 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_ONYX 6
#define SYS_68000 7
#ifndef HOST
@@ -101,11 +100,6 @@
* specific directories.
*/
-#if TARGET == SYS_ONYX
-#define MACHINE "z8000"
-#define SYSTEM "unix"
-#endif
-
#if TARGET == SYS_68000 || defined(M68000) || defined(m68000) || defined(m68k)
/*
* All three machine designators have been seen in various systems.