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