* config.gcc: Do not use rs6000-c.c on powerpc-darwin.
From-SVN: r53604
This commit is contained in:
parent
9fe08fd013
commit
410b770f63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user