diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2019-07-04 18:28:59 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2019-07-04 18:28:59 +0000 |
commit | 61afc8f8f0406f00e3020e862bb07c3b48ff26ca (patch) | |
tree | 2432adb99b9efd6c97b14582cf579abac5117981 /libgcc | |
parent | 532bb2f908e6a14eda50ebd4debda9d063e4f8e7 (diff) | |
download | gcc-61afc8f8f0406f00e3020e862bb07c3b48ff26ca.zip gcc-61afc8f8f0406f00e3020e862bb07c3b48ff26ca.tar.gz gcc-61afc8f8f0406f00e3020e862bb07c3b48ff26ca.tar.bz2 |
[Darwin] Revert one hunk from r273016 (TLC for older Darwin versions).
t-darwin8 is nolonger needed (or present) for pre-10.4 powerpc, so remove
the reference.
2019-07-04 Iain Sandoe <iain@sandoe.co.uk>
* config.host: Remove reference to t-darwin8.
From-SVN: r273091
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f9f900b..d5fb54b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2019-07-04 Iain Sandoe <iain@sandoe.co.uk> + + * config.host: Remove reference to t-darwin8. + 2019-07-03 Iain Sandoe <iain@sandoe.co.uk> * config.host (powerpc-*-darwin*,powerpc64-*-darwin*): Revise crt diff --git a/libgcc/config.host b/libgcc/config.host index e11a065..f5ca779 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1084,11 +1084,9 @@ powerpc-*-darwin*) case ${host} in *-*-darwin9* | *-*-darwin[12][0-9]*) # libSystem contains unwind information for signal frames since - # Darwin 9. We don't need longcall either. + # Darwin 9. ;; *) - # prepend the fragment forcing darwin8 codegen. - tmake_file="rs6000/t-darwin8 $tmake_file" md_unwind_header=rs6000/darwin-unwind.h ;; esac |