Darwin, Simplify headers 4/5 : Remove redundant headers.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 31 Dec 2020 14:43:00 +0000 (14:43 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 2 Jan 2021 19:56:19 +0000 (19:56 +0000)
commit4a04f09dc7616ebe76ee71aa50eee54f1115f1f2
tree7be74d466d91f4398541f10a38cdab04b82ed121
parent5282e22f0e7f0d0d5ca2bdc4a952c0d383300eba
Darwin, Simplify headers 4/5 : Remove redundant headers.

The darwinN.h headers (with the sole exception of darwin7.h,
which contains a target macro definition) now only contain
values that set fall-backs for cross-compilations, these can
be provided from the config.gcc script which means we no longer
need the darwinN.h - so delete them.

gcc/ChangeLog:

* config.gcc: Compute default version information
from the configured target.  Likewise defaults for
ld64.
* config/darwin10.h: Removed.
* config/darwin12.h: Removed.
* config/darwin9.h: Removed.
* config/rs6000/darwin8.h: Removed.
gcc/config.gcc
gcc/config/darwin10.h [deleted file]
gcc/config/darwin12.h [deleted file]
gcc/config/darwin9.h [deleted file]
gcc/config/rs6000/darwin8.h [deleted file]