Files
guru/sys-libs/gcompat/gcompat-1.1.0.ebuild
Violet Purcell a2c44a4063 sys-libs/gcompat: fix arm64 dynamic loader name logic
Due to arm* being above arm64 in the switch statement, arm64 would end
up with ld-linux-armhf.so.3 instead of ld-linux-aarch64.so.1. Move the
arm64 case above so the correct dynamic loader name is used.

Signed-off-by: Violet Purcell <vimproved@inventati.org>
2025-02-07 15:18:45 -05:00

1.4 KiB