]> git.ipfire.org Git - thirdparty/libtool.git/commit
Add 'aarch64' support to the file magic test
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 11 Sep 2024 17:22:09 +0000 (20:22 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 18 Sep 2024 14:15:27 +0000 (17:15 +0300)
commit182c7b3e2533d23b29fd8919bd376b9a244982e5
tree69b43df0e38d16ee2eea61cebaeb558355eb799c
parent0483b0d83d4073672aa9031f54447c7a23d84e9d
Add 'aarch64' support to the file magic test

The file magic test fails to determine the file type of libraries when
cross-compiling with an aarch64 compiler without additional strings to
search for in an objdump.

* build-aux/ltmain.in: Append 'pe-aarch64' to file_magic in the
lt_cv_deplibs_check_method.
* m4/libtool.m4: Append 'pe-aarch64' to file format check.
build-aux/ltmain.in
m4/libtool.m4