Fix PR 67102: Add libstdc++ dependancy to libffi
authorAndrew Pinski <apinski@marvell.com>
Wed, 15 Sep 2021 09:51:08 +0000 (09:51 +0000)
committerAndrew Pinski <apinski@marvell.com>
Thu, 16 Sep 2021 17:53:38 +0000 (17:53 +0000)
commitdb1a65d9364fe72c2fff65fb2dec051728b6f3fa
tree8cfd7fd94ce2dba71620186b87c24800fc4097c6
parentd7071e4982231741409a9653c53d58bd8c7fe1e5
Fix PR 67102: Add libstdc++ dependancy to libffi

The error message is obvious -funconfigured-libstdc++-v3 is used
on the g++ command line.  So we just add the dependancy.

OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.

ChangeLog:

PR bootstrap/67102
* Makefile.def: Have configure-target-libffi depend on
all-target-libstdc++-v3.
* Makefile.in: Regenerate.
Makefile.def
Makefile.in