libtool/build-aux
Richard Purdie 49e6cb0d4d libtool: Fix support for NIOS2 processor
When building for a nios2 system, the $host tuple starts with "nios2-"
which is caught by the some of the greedy checks for OS/2 in libtool.
In particular, the *os2* branches of switch statements that only want
to match the OS setting end up matching all nios2 targets, which
results in incorrect behavior.

Switch to use $host_os instead of $host and tweak the patterns to
match to avoid this problem for nios2.

* build-aux/ltmain.in: Switch some $host checks to $host_os.
2024-01-16 20:48:27 -05:00
..
git-hooks maint: fix git hooks logic error 2024-01-12 02:14:47 -05:00
.gitignore check: enable gnulib's testsuite 2015-11-03 20:34:42 +01:00
edit-readme-alpha Fix various typos 2024-01-16 17:54:26 -05:00
git-log-fix Fix various typos 2024-01-16 17:54:26 -05:00
ltmain.in libtool: Fix support for NIOS2 processor 2024-01-16 20:48:27 -05:00
no-bogus-m4-defines maint: update copyrights across project 2024-01-12 01:35:32 -05:00
thanks-gen maint: autogenerate THANKS. 2014-10-29 17:55:45 +00:00