]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin: Handle the -rpath command line option.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 28 Mar 2021 13:48:17 +0000 (14:48 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 18 Aug 2021 18:28:20 +0000 (19:28 +0100)
commit15bdae016654f63a36e49a37c9d26282bebb1da9
tree244dcca52d1d1c6dde27d7ca6ac0a90c8ea69245
parent1b34248527472496ca3fe2a07183beac8cf69041
Darwin: Handle the -rpath command line option.

This handles the command line '-rpath' option by passing it through
to the static linker.

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

* config.gcc: Include rpath.opt for Darwin.
* config/darwin.h (DRIVER_SELF_SPECS): Handle -rpath.
gcc/config.gcc
gcc/config/darwin.h