From: Geoffrey Keating Date: Sat, 15 Jun 2002 20:27:45 +0000 (+0000) Subject: config.gcc: Revert rth's patch of 2002-05-18. X-Git-Tag: releases/gcc-3.3.0~4302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6e2e53e83aa485a9f6aa88c46cd0455012dfec9;p=thirdparty%2Fgcc.git config.gcc: Revert rth's patch of 2002-05-18. 2002-06-12 Geoffrey Keating * config.gcc: Revert rth's patch of 2002-05-18. Instead, include both darwin.o and rs6000-c.o. From-SVN: r54658 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e23210797b6..ba696ab2aea6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-12 Geoffrey Keating + + * config.gcc: Revert rth's patch of 2002-05-18. Instead, + include both darwin.o and rs6000-c.o. + 2002-06-15 Roger Sayle * expr.c (compare_from_rtx): Call simplify_relational_operation diff --git a/gcc/config.gcc b/gcc/config.gcc index 16b701160bce..50b39ac69edc 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2917,15 +2917,9 @@ powerpc*-*-* | rs6000-*-*) fi ;; esac - case $machine in - *-*-darwin*) - ;; - *) - c_target_objs="rs6000-c.o" - cxx_target_objs="rs6000-c.o" - tmake_file="${tmake_file} rs6000/t-rs6000-c-rule" - ;; - esac + c_target_objs="${c_target_objs} rs6000-c.o" + cxx_target_objs="${cxx_target_objs} rs6000-c.o" + tmake_file="${tmake_file} rs6000/t-rs6000-c-rule" ;; sparc*-*-*) case ".$with_cpu" in