From 331262575fbb63dbfaf2b39cefcf0475d512a9be Mon Sep 17 00:00:00 2001 From: Liam Wilson Date: Wed, 10 Jan 2024 20:30:36 +0000 Subject: [PATCH] start adding option to run tcc_bootstrap_alt --- steps/manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/steps/manifest b/steps/manifest index 91cc4555..3c2f63a7 100644 --- a/steps/manifest +++ b/steps/manifest @@ -30,7 +30,8 @@ build: checksum-transcriber-1.0 build: simple-patch-1.0 -build: mes-0.25 +build: mes-0.25 ( TCC_BOOTSTRAP_ALT == False ) +build: tcc_bootstrap_alt-0.1 ( TCC_BOOTSTRAP_ALT == True ) build: tcc-0.9.26 build: tcc-0.9.27 define: BUILD_FIWIX = ( KERNEL_BOOTSTRAP == True || BUILD_KERNELS == True )