| author | |
| committer | |
| log | 9a578b7b483fe7114e4b84ccf2c8180ac2f6709f |
| tree | eb56d191479b4b9a8c34259400b5244d102bbe74 |
| parent | 6e30fc78328173215b27017d46fb6cc6add1222c |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/Target.zig-2| ... | @@ -2631,8 +2631,6 @@ pub const DynamicLinker = struct { | ... | @@ -2631,8 +2631,6 @@ pub const DynamicLinker = struct { |
| 2631 | 2631 | ||
| 2632 | .arm, | 2632 | .arm, |
| 2633 | .armeb, | 2633 | .armeb, |
| 2634 | .thumb, | ||
| 2635 | .thumbeb, | ||
| 2636 | => initFmt("/lib/ld-linux{s}.so.3", .{switch (abi) { | 2634 | => initFmt("/lib/ld-linux{s}.so.3", .{switch (abi) { |
| 2637 | .gnueabi => "", | 2635 | .gnueabi => "", |
| 2638 | .gnueabihf => "-armhf", | 2636 | .gnueabihf => "-armhf", |