blob: 7914b1aeb2ca28531e71e34088b1b81541f0c04c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Eric Joldasov <bratishkaerik@landless-city.net> (2025-03-11)
# Force building Zig with LLVM extensions enabled. Non-LLVM backends
# are in active development, and while some backends progressed enough
# to build some simple or complex program, only small amount of them
# can succesfully bootstrap Zig.
# Unforce on targets where it's possible to bootstrap without LLVM.
dev-lang/zig llvm
|