Add NES platform to default build. (Still more to go to compile correctly) and re-enabling the "k&r" cpp

This commit is contained in:
Manoel Trapier 2013-03-04 19:03:17 +01:00 committed by Manoël Trapier
parent 45e01dcd3e
commit b907b15d4f

13
pmfile
View File

@ -38,7 +38,7 @@ include "util/amisc/pmfile"
include "util/cmisc/pmfile" include "util/cmisc/pmfile"
include "util/ack/pmfile" include "util/ack/pmfile"
include "util/arch/pmfile" include "util/arch/pmfile"
-- include "util/cpp/pmfile" include "util/cpp/pmfile"
include "lang/cem/cpp.ansi/pmfile" include "lang/cem/cpp.ansi/pmfile"
include "util/cgg/pmfile" include "util/cgg/pmfile"
include "util/ncgg/pmfile" include "util/ncgg/pmfile"
@ -98,6 +98,9 @@ include "plat/linux386/pmfile" -- Linux executables
include "mach/i80/pmfile" -- generic 8080 include "mach/i80/pmfile" -- generic 8080
include "plat/cpm/pmfile" -- CP/M include "plat/cpm/pmfile" -- CP/M
include "mach/6500/pmfile" -- generic 6500
include "plat/nes/pmfile" -- NES
default = group { default = group {
-- Lots of things use LLgen, so we need to build it first. -- Lots of things use LLgen, so we need to build it first.
@ -127,7 +130,7 @@ default = group {
tool_tabgen, tool_tabgen,
tool_aal, tool_aal,
tool_ack, tool_ack,
-- tool_cpp, -- K&R C tool_cpp, -- K&R C
tool_cpp_ansi, -- ANSI C tool_cpp_ansi, -- ANSI C
tool_cgg, tool_cgg,
tool_ncgg, tool_ncgg,
@ -157,8 +160,7 @@ default = group {
-- libraries. -- libraries.
--[[ --[[
mach_6500, mach_6500, lang_runtimes { ARCH="6500", OPTIMISATION="-O" },
lang_runtimes { ARCH="6500", OPTIMISATION="-O" },
mach_6800, mach_6800,
mach_6805, mach_6805,
@ -180,7 +182,8 @@ default = group {
platform_pc86, platform_pc86,
platform_linux386, platform_linux386,
platform_cpm platform_cpm,
platform_nes,
} }
-- Ensure that the work directories exist. -- Ensure that the work directories exist.