aboutsummaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2022-05-28 10:16:27 +0100
committerIain Sandoe <iain@sandoe.co.uk>2023-10-22 19:30:29 +0100
commit8fe73ef2785837dbebee7c56d5f30211571b2773 (patch)
tree974dcb3bb00a22b20a7cdc66103b78bfefed8a96 /libffi
parent6a6d3817afa02bbcd2388c8e005da6faf88932f1 (diff)
downloadgcc-8fe73ef2785837dbebee7c56d5f30211571b2773.zip
gcc-8fe73ef2785837dbebee7c56d5f30211571b2773.tar.gz
gcc-8fe73ef2785837dbebee7c56d5f30211571b2773.tar.bz2
Darwin, rpaths: Add --with-darwin-extra-rpath.
This is provided to allow distributions to add a single additional runpath to allow for cases where the installed GCC library directories are then symlinked to a common dirctory outside of any of the GCC installations. For example: /opt/distro/lib: libgfortran.dylib -> /opt/distro/lib/gcc-11.3/lib/libgfortran.dylib So that libraries which are designed to be found in the runpath we would then add --with-darwin-add-rpath=/opt/distro/lib to the configure line. This patch makes the configuration a little more forgiving of using --disable-darwin-at-rpath (although for platform versions >= 10.11 this will result in misconfigured target libraries). gcc/ChangeLog: * configure.ac: Add --with-darwin-extra-rpath option. * config/darwin.h: Handle DARWIN_EXTRA_RPATH. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'libffi')
0 files changed, 0 insertions, 0 deletions