Commit d79944f4 by Stuart Hastings Committed by Stuart Hastings

config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.

2004-03-03  Stuart Hastings  <stuart@apple.com>
	* gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.

From-SVN: r78866
parent c4909065
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> 2004-03-03 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc.c (noov_compare64_op): Fix typo. * config/sparc/sparc.c (noov_compare64_op): Fix typo.
......
...@@ -334,7 +334,7 @@ case ${target} in ...@@ -334,7 +334,7 @@ case ${target} in
*-*-darwin*) *-*-darwin*)
tm_file="${tm_file} darwin.h" tm_file="${tm_file} darwin.h"
tm_p_file="${tm_p_file} darwin-protos.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" target_gtfiles="\$(srcdir)/config/darwin.c"
c_target_objs="darwin-c.o" c_target_objs="darwin-c.o"
cxx_target_objs="darwin-c.o" cxx_target_objs="darwin-c.o"
...@@ -1506,7 +1506,7 @@ powerpc-*-beos*) ...@@ -1506,7 +1506,7 @@ powerpc-*-beos*)
;; ;;
powerpc-*-darwin*) powerpc-*-darwin*)
tm_file="${tm_file} rs6000/darwin.h" 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 extra_headers=altivec.h
;; ;;
powerpc*-*-freebsd*) powerpc*-*-freebsd*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment