From d5c61681198527d70bc95f8ed10f19e881ac51b3 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 24 Aug 2022 07:04:02 +0200 Subject: arch stuff --- bootstrap/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index f221ce2..1d682dc 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -16,6 +16,8 @@ export CFLAGS="-Wno-builtin-declaration-mismatch -Wno-discarded-qualifiers -g" set -euo pipefail +echo "extern static host_target_triple const *const u8 = \"`clang -print-target-triple`\";" > ../src/host-target-triple.cff + mkdir -p obj1/ for f in $(find ../src/ -name '*.cff'); do out=obj1/$(basename "$f").o -- cgit v1.2.3