Commit 410b770f by Richard Henderson Committed by Richard Henderson

* config.gcc: Do not use rs6000-c.c on powerpc-darwin.

From-SVN: r53604
parent 9fe08fd0
......@@ -4,6 +4,8 @@
REGISTER_TARGET_PRAGMAS.
* config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
* config.gcc: Do not use rs6000-c.c on powerpc-darwin.
2002-05-18 Richard Henderson <rth@redhat.com>
* system.h (SELECT_RTX_SECTION): Poison.
......
......@@ -3650,9 +3650,15 @@ powerpc*-*-* | rs6000-*-*)
fi
;;
esac
c_target_objs="rs6000-c.o"
cxx_target_objs="rs6000-c.o"
tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
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
;;
sparc*-*-*)
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