sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
11
lang/zig/patches/patch-lib_std_debug_zig
Normal file
11
lang/zig/patches/patch-lib_std_debug_zig
Normal file
|
@ -0,0 +1,11 @@
|
|||
Index: lib/std/debug.zig
|
||||
--- lib/std/debug.zig.orig
|
||||
+++ lib/std/debug.zig
|
||||
@@ -170,6 +170,7 @@ pub fn relocateContext(context: *ThreadContext) void {
|
||||
}
|
||||
|
||||
pub const have_getcontext = @hasDecl(os.system, "getcontext") and
|
||||
+ (builtin.os.tag != .openbsd) and
|
||||
(builtin.os.tag != .linux or switch (builtin.cpu.arch) {
|
||||
.x86,
|
||||
.x86_64,
|
Loading…
Add table
Add a link
Reference in a new issue