2004-03-03 Stuart Hastings <stuart@apple.com>
authorstuart <stuart@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2004 23:16:46 +0000 (23:16 +0000)
committerstuart <stuart@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2004 23:16:46 +0000 (23:16 +0000)
* 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

gcc/ChangeLog
gcc/config.gcc

index 94adcec..c9ec65a 100644 (file)
@@ -1,3 +1,6 @@
+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.
index f1d3463..f3e219f 100644 (file)
@@ -334,7 +334,7 @@ case ${target} in
 *-*-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"
@@ -1506,7 +1506,7 @@ powerpc-*-beos*)
        ;;
 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*)