commit | c841db953822200b5f9babeb7ddeaefe0bb377df | [log] [tgz] |
---|---|---|
author | Iain Sandoe <iain@sandoe.co.uk> | Mon Aug 07 13:07:24 2023 +0200 |
committer | Alan Modra <amodra@gmail.com> | Sat Aug 12 10:24:26 2023 +0930 |
tree | c20c13d49fea2f4683d95f0abd0deceaac0c26ff | |
parent | 3c4e12ba885df77650038870684396945eae867f [diff] |
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> config/ * mh-darwin: Require a non-shared host configuration to enable mdynamic-no-pic where that is supported.