]> gcc.gnu.org Git - gcc.git/commit
Darwin: Handle -dynamiclib on cc1 lines.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 26 Sep 2023 08:47:46 +0000 (09:47 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 27 Apr 2024 16:07:26 +0000 (17:07 +0100)
commita68f243ec78b96bce9f10ad4c2c86c1b2e6015b7
treed944987a00efba3dd9c8019d82a0c288bb9cfa24
parenta0121359733b2c476131ea34534b53bd3ce92521
Darwin: Handle -dynamiclib on cc1 lines.

The changes of r14-4172 missed a case where we accept -dynamiclib on the
command line and then pass it to cc1 (which does not accept it).

This prunes the -dynamiclib from cc1 lines.

gcc/ChangeLog:

* config/darwin.h (DARWIN_CC1_SPEC): Remove -dynamiclib.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
(cherry picked from commit 3b18fd28c83ac90bf408389c003ed25d93438210)
gcc/config/darwin.h
This page took 0.053221 seconds and 5 git commands to generate.