diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f9f900b0995..d5fb54b7c3e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2019-07-04 Iain Sandoe + + * config.host: Remove reference to t-darwin8. + 2019-07-03 Iain Sandoe * config.host (powerpc-*-darwin*,powerpc64-*-darwin*): Revise crt diff --git a/libgcc/config.host b/libgcc/config.host index e11a065a681..f5ca779b878 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