* gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78866
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-03-03 Stuart Hastings <stuart@apple.com>
+ * gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.
+
2004-03-03 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc.c (noov_compare64_op): Fix typo.
*-*-darwin*)
tm_file="${tm_file} darwin.h"
tm_p_file="${tm_p_file} darwin-protos.h"
- tmake_file="t-darwin"
+ tmake_file="t-darwin t-slibgcc-darwin"
target_gtfiles="\$(srcdir)/config/darwin.c"
c_target_objs="darwin-c.o"
cxx_target_objs="darwin-c.o"
;;
powerpc-*-darwin*)
tm_file="${tm_file} rs6000/darwin.h"
- tmake_file="t-darwin t-slibgcc-darwin rs6000/t-darwin"
+ tmake_file="${tmake_file} rs6000/t-darwin"
extra_headers=altivec.h
;;
powerpc*-*-freebsd*)