From 727dc227a5c4c313d5fa1c493120b3a63bb120c5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Sep 2014 09:25:46 +0200 Subject: rsc: remove LATTICE support Change-Id: I904a6ec522ae4a97eefebf1f1ec6554e8e66747d --- rsc/source/rscpp/cppdef.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h index 528a8df35239..38a5f1b03d31 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_LATTICE 5 #define SYS_ONYX 6 #define SYS_68000 7 @@ -102,15 +101,6 @@ * specific directories. */ -#if TARGET == SYS_LATTICE -/* - * We assume the operating system is pcdos for the IBM-PC. - * We also assume the small model (just like the PDP-11) - */ -#define MACHINE "i8086" -#define SYSTEM "pcdos" -#endif - #if TARGET == SYS_ONYX #define MACHINE "z8000" #define SYSTEM "unix" -- cgit v1.2.3