mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-23 04:44:13 +08:00
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
This commit is contained in:
parent
c4909065ce
commit
d79944f484
@ -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.
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user