* 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. REGISTER_TARGET_PRAGMAS.
* config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine. * 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> 2002-05-18 Richard Henderson <rth@redhat.com>
* system.h (SELECT_RTX_SECTION): Poison. * system.h (SELECT_RTX_SECTION): Poison.

View file

@ -3650,9 +3650,15 @@ powerpc*-*-* | rs6000-*-*)
fi fi
;; ;;
esac esac
c_target_objs="rs6000-c.o" case $machine in
cxx_target_objs="rs6000-c.o" *-*-darwin*)
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