mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
442 B
Text
11 lines
442 B
Text
--- build/config/clang/BUILD.gn.orig 2024-06-22 08:49:42 UTC
|
|
+++ build/config/clang/BUILD.gn
|
|
@@ -214,7 +214,7 @@ template("clang_lib") {
|
|
|
|
# Adds a dependency on the Clang runtime library clang_rt.builtins.
|
|
clang_lib("compiler_builtins") {
|
|
- if (!toolchain_has_rust) {
|
|
+ if (!toolchain_has_rust || is_bsd) {
|
|
# Since there's no Rust in the toolchain, there's no concern that we'll use
|
|
# the Rust stdlib's intrinsics here.
|
|
#
|