]> 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, 11 Sep 2024 17:48:18 +0000 (20:48 +0300)
commit1638a6407573b74517b57a0f6e596918344a4394
tree48df8a8481cc62a33243db7f3acc8c07fbf9df80
parenta08d2989cbee7022d63dc75d2eb9b3e96d3f174e
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