diff options
Diffstat (limited to 'bootstrap/bootstrap.sh')
| -rwxr-xr-x | bootstrap/bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |