Browse Source

Added template for cooperative Linux build

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8124 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 years ago
parent
commit
47723fc4ac
1 changed files with 9 additions and 0 deletions
  1. 9 0
      source/Release.Tool

+ 9 - 0
source/Release.Tool

@@ -198,6 +198,14 @@ BUILDS
 		EXCLUDEPACKAGES "OberonVoyager OberonAnts"
 		DISABLED "FALSE"
 	}
+	Linux64C {
+		INCLUDE "LINUX64C UNIX64 UNIX AMD64 COOP"
+		COMPILER "Compiler.Compile"
+		COMPILEOPTIONS "-p=Linux64 --cooperative --traceModule=Trace --preciseGC=no"
+		PATH "./NewAos/"
+		EXCLUDEPACKAGES "Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts TrueTypeFonts CjkFonts Pr3Fonts ScreenFonts Pr6Fonts"
+		DISABLED "FALSE"
+	}
 	Darwin32 {
 		INCLUDE "DARWIN32 UNIX32 UNIX I386"
 		COMPILER "Compiler.Compile"
@@ -247,6 +255,7 @@ PACKAGE Kernel ARCHIVE "Kernel.zip" SOURCE "KernelSrc.zip" DESCRIPTION "A2 Kerne
 	I386 { I386.Builtins.Mod }
 	AMD64 { AMD64.Builtins.Mod }
 	BIOS32C, WIN32C { I386.CPU.Mod }
+	LINUX64C { AMD64.CPU.Mod }
 	RPIC { RPI.CPU.Mod }
 	ZYNQC { Zynq.CPU.Mod }