Commit 064b6c70 by Geoffrey Keating Committed by Geoffrey Keating

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
parent 272d0bee
2002-12-18 Geoffrey Keating <geoffk@apple.com>
* config.gcc: Set extra_objs in the generic Darwin rule,
not in the machine-specific rules.
2002-12-19 Kazu Hirata <kazu@cs.umass.edu> 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
* ChangeLog: Follow spelling conventions. * ChangeLog: Follow spelling conventions.
......
...@@ -470,6 +470,7 @@ case $machine in ...@@ -470,6 +470,7 @@ case $machine in
extra_parts="crt2.o" extra_parts="crt2.o"
# Darwin linker does collect2 functionality # Darwin linker does collect2 functionality
use_collect2=no use_collect2=no
extra_objs="darwin.o"
;; ;;
*-*-vxworks*) *-*-vxworks*)
tmake_file=t-vxworks tmake_file=t-vxworks
...@@ -1958,7 +1959,6 @@ powerpc-*-beos*) ...@@ -1958,7 +1959,6 @@ powerpc-*-beos*)
powerpc-*-darwin*) powerpc-*-darwin*)
tm_file="${tm_file} rs6000/darwin.h" tm_file="${tm_file} rs6000/darwin.h"
tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin" tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin"
extra_objs="darwin.o"
extra_headers=altivec.h extra_headers=altivec.h
# override ppc default # override ppc default
need_64bit_hwint= need_64bit_hwint=
......
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