| ... | ... | @@ -2680,16 +2680,20 @@ pub const DynamicLinker = struct { |
| 2680 | 2680 | }, |
| 2681 | 2681 | |
| 2682 | 2682 | .netbsd => switch (cpu.arch) { |
| 2683 | .alpha, |
| 2683 | 2684 | .arm, |
| 2684 | 2685 | .armeb, |
| 2685 | 2686 | .aarch64, |
| 2686 | 2687 | .aarch64_be, |
| 2688 | .hppa, |
| 2687 | 2689 | .m68k, |
| 2688 | 2690 | .mips, |
| 2689 | 2691 | .mipsel, |
| 2690 | 2692 | .mips64, |
| 2691 | 2693 | .mips64el, |
| 2692 | 2694 | .powerpc, |
| 2695 | .sh, |
| 2696 | .sheb, |
| 2693 | 2697 | .sparc, |
| 2694 | 2698 | .sparc64, |
| 2695 | 2699 | .x86, |
| ... | ... | @@ -2699,13 +2703,17 @@ pub const DynamicLinker = struct { |
| 2699 | 2703 | }, |
| 2700 | 2704 | |
| 2701 | 2705 | .openbsd => switch (cpu.arch) { |
| 2706 | .alpha, |
| 2702 | 2707 | .arm, |
| 2703 | 2708 | .aarch64, |
| 2709 | .hppa, |
| 2704 | 2710 | .mips64, |
| 2705 | 2711 | .mips64el, |
| 2706 | 2712 | .powerpc, |
| 2707 | 2713 | .powerpc64, |
| 2708 | 2714 | .riscv64, |
| 2715 | .sh, |
| 2716 | .sheb, |
| 2709 | 2717 | .sparc64, |
| 2710 | 2718 | .x86, |
| 2711 | 2719 | .x86_64, |