]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure, Darwin: Set appropriate defaults for host-shared.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 12 Nov 2021 17:05:13 +0000 (17:05 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 16 Nov 2021 19:44:51 +0000 (19:44 +0000)
commita1d2b16202601e597fac1c0e6af6ee8cd09b52c0
tree36caf4313d284a18fe291c6e089a1c7733aadca8
parente4641191287ca613529d78a906afe4f029c1c3cd
configure, Darwin: Set appropriate defaults for host-shared.

Darwin x86_64 and aarch64 platforms are PIC (shared) by default,
and user-space code must be built in this mode.  The patch
ensures that this is set correctly and applies a default when
--enable-host-shared is not set.

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

* configure: Regenerate.
* configure.ac: Ensure that PIC (shared) defaults are set
correctly for Darwin.
configure
configure.ac