From da381efbb790e33a14f8ff1c041a2ce5be315924 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sat, 10 Dec 2022 01:42:47 +0100 Subject: Build the Thumb suite by default. Create a library directory for Thumb-native Inferno. --- lib/emptydirs | 1 + utils/mkfile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/emptydirs b/lib/emptydirs index 10234dc1..d2f94c40 100644 --- a/lib/emptydirs +++ b/lib/emptydirs @@ -10,6 +10,7 @@ Inferno/power/bin Inferno/power/lib Inferno/sparc/bin Inferno/sparc/lib +Inferno/thumb/lib Irix/mips/lib Linux/386/lib Linux/arm/bin diff --git a/utils/mkfile b/utils/mkfile index 804215b3..e6ee371a 100644 --- a/utils/mkfile +++ b/utils/mkfile @@ -54,6 +54,9 @@ NOTPLAN9=\ md5sum\ mkext\ ndate\ + ta\ + tc\ + tl\ # # Utils we build on Nt, for build environment compatibility. @@ -76,9 +79,6 @@ NTONLY=\ # Thumb-1 # OBSOLETE=\ - ta\ - tc\ - tl\ all:QV: all-$TARGMODEL clean:QV: clean-$TARGMODEL -- cgit v1.2.3