From 7cab2ba9d95dd6af1893f22ef9bff6577fc524c7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 1 Oct 1991 09:27:44 +0000 Subject: [PATCH] New additions --- Action | 12 ++++++++++++ NEW | 3 +++ 2 files changed, 15 insertions(+) diff --git a/Action b/Action index 5ebc91f5d..65e5f3306 100644 --- a/Action +++ b/Action @@ -86,6 +86,9 @@ end name "ANSI-C header files" dir lang/cem/libcc.ansi end +name "LINT C program checker" +dir lang/cem/lint +end name "Pascal frontend" dir lang/pc/comp end @@ -194,6 +197,11 @@ name "Sun 3 M68020 support" dir mach/sun3 indir end +name Sun 4 SPARC support" +dir mach/sparc +system "sparc" +indir +end name "Sun 2 M68000 support" dir mach/sun2 indir @@ -218,6 +226,10 @@ name "Zilog Z8000 support" dir mach/z8000 indir end +name "Acorn Archimedes support" +dir mach/arm +indir +end name "Motorola 68000 interpreters" system "m68*|sun*" dir mach/mantra/int diff --git a/NEW b/NEW index 1ad32a54a..084e9a239 100644 --- a/NEW +++ b/NEW @@ -4,7 +4,10 @@ Many problems with the previous distribution have been fixed. The major additions are: - an ANSI C compiler + - a LINT C program checker, both non-ansi and ansi - an Intel 80386 back-end + - a SPARC code expander + - a source level debugger for Pascal, Modula-2, and ANSI C - an Acorn Archimedes back-end - code-expanders for VAX, Intel 80386 and Motorola M68020 processors, allowing the creation of very fast compilers. -- 2.34.1