From 064b6c700a8923506af8fdacf4da8d7d6707e8f4 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Thu, 19 Dec 2002 05:19:47 +0000 Subject: [PATCH] config.gcc: Set extra_objs in the generic Darwin rule, not in the machine-specific rules. * config.gcc: Set extra_objs in the generic Darwin rule, not in the machine-specific rules. From-SVN: r60282 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8b07d52e4d..1f4c8710b6f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-12-18 Geoffrey Keating + + * config.gcc: Set extra_objs in the generic Darwin rule, + not in the machine-specific rules. + 2002-12-19 Kazu Hirata * ChangeLog: Follow spelling conventions. diff --git a/gcc/config.gcc b/gcc/config.gcc index a6114ca7a24..707f18078fa 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -470,6 +470,7 @@ case $machine in extra_parts="crt2.o" # Darwin linker does collect2 functionality use_collect2=no + extra_objs="darwin.o" ;; *-*-vxworks*) tmake_file=t-vxworks @@ -1958,7 +1959,6 @@ powerpc-*-beos*) powerpc-*-darwin*) tm_file="${tm_file} rs6000/darwin.h" tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin" - extra_objs="darwin.o" extra_headers=altivec.h # override ppc default need_64bit_hwint= -- 2.30.2