[Darwin, PPC] Collate the system library spec into one expression.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 10 Jul 2019 19:29:56 +0000 (19:29 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 10 Jul 2019 19:29:56 +0000 (19:29 +0000)
commit4b5c5391849dd58f8cf3764b642da95e7e1aaaca
tree8919b8f05402367612f01a588bf0428c8214aa65
parent2cb7362310288cce61244e39f90fccd75b1c28e1
[Darwin, PPC] Collate the system library spec into one expression.

There's no need to redefine this dependent on the target header (that only
works in the case that we have self-hosting which is less and less likely
for the older system versions).

Actually, what we need is for the correct library set to be used based
on the SDK(s) that can target the chosen system.

gcc/ChangeLog:

2019-07-10  Iain Sandoe  <iain@sandoe.co.uk>

* config/rs6000/darwin.h (LIB_SPEC): Collate this spec here.
* config/rs6000/darwin7.h (LIB_SPEC): Remove.
* config/rs6000/darwin8.h (LIB_SPEC): Remove.
(DEF_MIN_OSX_VERSION): New.

From-SVN: r273369
gcc/ChangeLog
gcc/config/rs6000/darwin.h
gcc/config/rs6000/darwin7.h
gcc/config/rs6000/darwin8.h