> + ;; Force Aarch64 libdir to be /lib and not /lib64 > + (substitute* "gcc/config/aarch64/t-aarch64-linux" > + (("lib64") "lib")) > +
I'd amend the comment to say why.
> + ;; Force Aarch64 libdir to be /lib and not /lib64 > + (substitute* "gcc/config/aarch64/t-aarch64-linux" > + (("lib64") "lib")) > +
I'd amend the comment to say why.