]> git.ipfire.org Git - thirdparty/gcc.git/commit - Makefile.tpl
configure: Allow host fragments to react to --enable-host-shared.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 7 Aug 2021 13:40:33 +0000 (14:40 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 18 Aug 2021 18:46:32 +0000 (19:46 +0100)
commitd39367fa82d95b646f0587a442156069100ee245
tree274ba48f97736f574e06a1bddb288ce68d4fd51e
parentd2aa4e0b3b5053df8f5853d9ed29022ff0d3ecf6
configure: Allow host fragments to react to --enable-host-shared.

This makes the host_shared value available to host makefile
fragments.

It uses this to adjust Darwin's mdynamic-no-pic in the case that
shared host resources are required.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
ChangeLog:

* Makefile.in: Regenerate.
* Makefile.tpl: Make the state of the configured host
shared flag available to makefile fragements.

config/ChangeLog:

* mh-darwin: Require a non-shared host configuration to
enable  mdynamic-no-pic where that is supported.
Makefile.in
Makefile.tpl
config/mh-darwin