ports/lang/gcc/11/patches/patch-libphobos_configure

16 lines
345 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Add fiber asm for powerpc64, to avoid
"configure: error: setcontext required but not found"
Index: libphobos/configure
--- libphobos/configure.orig
+++ libphobos/configure
@@ -15196,7 +15196,7 @@ fi
aarch64* | \
arm* | \
i[34567]86|x86_64 | \
- powerpc)
+ powerpc*)
druntime_fiber_asm_external=yes
;;
esac