lto: pass -pthread to AM_LDFLAGS [PR 106118]
authorPekka Seppänen <pexu@gcc.mail.kapsi.fi>
Tue, 28 Jun 2022 14:14:09 +0000 (17:14 +0300)
committerMartin Liska <mliska@suse.cz>
Fri, 1 Jul 2022 07:01:48 +0000 (09:01 +0200)
commit51debf7f857dddfb4dd2493867d2648041e7d8de
treeef6f2b7c902cce426c491ae31282a0f1c2097edd
parent9701432ff79926a5dd3303be3417e0bd0c24140b
lto: pass -pthread to AM_LDFLAGS [PR 106118]

Move -pthread from configure.ac to Makefile.in so that it is passed to AM_LDFLAGS.

PR lto/106118

lto-plugin/ChangeLog:

* configure.ac: Move -pthread from here...
* Makefile.am: ...to here.
* configure: Regenerate.
* Makefile.in: Likewise.
lto-plugin/Makefile.am
lto-plugin/Makefile.in
lto-plugin/configure
lto-plugin/configure.ac