aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2002-12-19 05:19:47 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2002-12-19 05:19:47 +0000
commit064b6c700a8923506af8fdacf4da8d7d6707e8f4 (patch)
tree3fc3ec2239b25545102919c6f8b2b0314e23f476 /gcc/config.gcc
parent272d0bee76458f8e27e670f68890d6156102a93f (diff)
downloadgcc-064b6c700a8923506af8fdacf4da8d7d6707e8f4.zip
gcc-064b6c700a8923506af8fdacf4da8d7d6707e8f4.tar.gz
gcc-064b6c700a8923506af8fdacf4da8d7d6707e8f4.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index a6114ca..707f180 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=