25 lines
622 B
Diff
25 lines
622 B
Diff
|
From b103cbe23f697c81922fa027d467622e0d2fc8a8 Mon Sep 17 00:00:00 2001
|
||
|
From: Ariadne Conill <ariadne@dereferenced.org>
|
||
|
Date: Thu, 6 Jan 2022 03:18:32 +0000
|
||
|
Subject: [PATCH] dlang: use libucontext on mips64
|
||
|
|
||
|
---
|
||
|
libphobos/configure.tgt | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
|
||
|
index 0643daeb613..b74d9fb3f25 100644
|
||
|
--- a/libphobos/configure.tgt
|
||
|
+++ b/libphobos/configure.tgt
|
||
|
@@ -38,6 +38,7 @@ case "${target}" in
|
||
|
;;
|
||
|
mips*-*-linux*)
|
||
|
LIBPHOBOS_SUPPORTED=yes
|
||
|
+ LIBDRUNTIME_NEEDS_UCONTEXT=yes
|
||
|
;;
|
||
|
power*-*-freebsd*)
|
||
|
LIBPHOBOS_SUPPORTED=yes
|
||
|
--
|
||
|
2.34.1
|
||
|
|