gcompat hasn't had a point release for a while (2 years) and there are support for more symbols in the latest git
Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
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>