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

From-SVN: r53604
This commit is contained in:
Richard Henderson 2002-05-18 19:42:37 -07:00 committed by Richard Henderson
parent 9fe08fd013
commit 410b770f63
2 changed files with 11 additions and 3 deletions

View File

@ -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.

View File

@ -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