* config.gcc: Revert rth's patch of 2002-05-18. Instead,
include both darwin.o and rs6000-c.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54658
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
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