config.gcc: Revert rth's patch of 2002-05-18.
authorGeoffrey Keating <geoffk@redhat.com>
Sat, 15 Jun 2002 20:27:45 +0000 (20:27 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Sat, 15 Jun 2002 20:27:45 +0000 (20:27 +0000)
2002-06-12  Geoffrey Keating  <geoffk@redhat.com>

        * config.gcc: Revert rth's patch of 2002-05-18.  Instead,
        include both darwin.o and rs6000-c.o.

From-SVN: r54658

gcc/ChangeLog
gcc/config.gcc

index 6e23210797b63fe21ca211c350a381ed2b1b1934..ba696ab2aea657361a4eb9f95f503f63daea6a6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-12  Geoffrey Keating  <geoffk@redhat.com>
+
+       * config.gcc: Revert rth's patch of 2002-05-18.  Instead,
+       include both darwin.o and rs6000-c.o.
+
 2002-06-15  Roger Sayle  <roger@eyesopen.com>
 
        * expr.c (compare_from_rtx): Call simplify_relational_operation
index 16b701160bce71762860207233670c281e9caa96..50b39ac69edca71f8e37e2133939d6cae55a08fa 100644 (file)
@@ -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