summaryrefslogtreecommitdiffstats
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-15 20:27:45 +0000
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-15 20:27:45 +0000
commit07d8dd5063ee8045421e84ea8471c58d9b259e3e (patch)
tree2818b75d272918d2025c2fda50c20bff27589ae4 /gcc/config.gcc
parent74690aaaa68cdae97bb96dde94d2198e60e23dc7 (diff)
downloadppe42-gcc-07d8dd5063ee8045421e84ea8471c58d9b259e3e.tar.gz
ppe42-gcc-07d8dd5063ee8045421e84ea8471c58d9b259e3e.zip
2002-06-12 Geoffrey Keating <geoffk@redhat.com>
* config.gcc: Revert rth's patch of 2002-05-18. Instead, include both darwin.o and rs6000-c.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc12
1 files changed, 3 insertions, 9 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 16b701160bc..50b39ac69ed 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2917,15 +2917,9 @@ powerpc*-*-* | rs6000-*-*)
fi
;;
esac
- 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
+ c_target_objs="${c_target_objs} rs6000-c.o"
+ cxx_target_objs="${cxx_target_objs} rs6000-c.o"
+ tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
;;
sparc*-*-*)
case ".$with_cpu" in
OpenPOWER on IntegriCloud