Commit a6e2e53e by Geoffrey Keating Committed by Stan Shebs

config.gcc: Revert rth's patch of 2002-05-18.

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
parent 129e0ee8
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> 2002-06-15 Roger Sayle <roger@eyesopen.com>
* expr.c (compare_from_rtx): Call simplify_relational_operation * expr.c (compare_from_rtx): Call simplify_relational_operation
......
...@@ -2917,15 +2917,9 @@ powerpc*-*-* | rs6000-*-*) ...@@ -2917,15 +2917,9 @@ powerpc*-*-* | rs6000-*-*)
fi fi
;; ;;
esac esac
case $machine in c_target_objs="${c_target_objs} rs6000-c.o"
*-*-darwin*) cxx_target_objs="${cxx_target_objs} rs6000-c.o"
;; tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
*)
c_target_objs="rs6000-c.o"
cxx_target_objs="rs6000-c.o"
tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
;;
esac
;; ;;
sparc*-*-*) sparc*-*-*)
case ".$with_cpu" in case ".$with_cpu" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment