]> git.ipfire.org Git - thirdparty/gcc.git/commit
[testsuite, Darwin] Fix failing darwin-version-1.c.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 7 Jan 2020 21:37:36 +0000 (21:37 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 7 Jan 2020 21:37:36 +0000 (21:37 +0000)
commit2db255c38d93b2ff60516d5dd3cf5e7001cd7ccd
tree91f824e135188b612ee7ce49c8840d48bb96bac1
parentf082e6f5e14ccdb805b91e2bb9f97b009dd0899f
[testsuite, Darwin] Fix failing darwin-version-1.c.

Recent platform linkers will no longer accept linking for a target
OS version less than 10.4. Recent SDKs no longer have the libgcc_s
shims used for 10.4 and 10.5. So we need to adjust tests that expect
these.

2020-01-07  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline.
2020-01-05  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.dg/darwin-version-1.c: Adjust test to use different
options for Darwin4-9 and Darwin10+.

From-SVN: r279975
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-version-1.c