From da1cb444973330d9fb0e80759c6f8142a1ae7ea9 Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 21 Mar 2013 01:33:26 +0100 Subject: [PATCH] Currently deactivate all language expect ANSI C. --- pmfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pmfile b/pmfile index a18badcfc..afba88dd0 100644 --- a/pmfile +++ b/pmfile @@ -50,8 +50,8 @@ include "util/topgen/pmfile" include "util/led/pmfile" include "lang/cem/pmfile" -include "lang/pc/pmfile" -include "lang/m2/pmfile" +-- include "lang/pc/pmfile" +-- include "lang/m2/pmfile" -- include "lang/occam/pmfile" -- include "lang/basic/pmfile" @@ -81,8 +81,8 @@ include "mach/z8000/pmfile" lang_runtimes = group { -- lang_cem_runtime, -- K&R C (obsolete and useless) lang_cem_ansi_runtime, -- ANSI C - lang_pc_runtime, -- Pascal - lang_m2_runtime, -- Modula-2 +-- lang_pc_runtime, -- Pascal +-- lang_m2_runtime, -- Modula-2 -- lang_occam_runtime, -- Occam 1 (obsolete and useless) -- lang_basic_runtime, -- Basic } @@ -151,8 +151,8 @@ default = group { -- lang_cem_compiler, lang_cem_ansi_compiler, - lang_pc_compiler, - lang_m2_compiler, +-- lang_pc_compiler, +-- lang_m2_compiler, -- lang_occam_compiler, -- lang_basic_compiler, -- 2.34.1