diff options
author | Mike Stump <mrs@apple.com> | 2003-05-22 22:08:43 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2003-05-22 22:08:43 +0000 |
commit | 5f875c8fc6a2a0349cb3fd752396d4556e5a6c1a (patch) | |
tree | f87cfed62537f15b469e4b138a9eea3f4d89d022 | |
parent | d892f28886e30a63770448115656dc2026a8c92d (diff) | |
download | gcc-5f875c8fc6a2a0349cb3fd752396d4556e5a6c1a.zip gcc-5f875c8fc6a2a0349cb3fd752396d4556e5a6c1a.tar.gz gcc-5f875c8fc6a2a0349cb3fd752396d4556e5a6c1a.tar.bz2 |
config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default.
* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
default.
From-SVN: r67101
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1a509ef..453fea8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-22 Mike Stump <mrs@apple.com> + + * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the + default. + 2003-05-22 DJ Delorie <dj@redhat.com> * calls.c (expand_call): If the arg block is going to grow diff --git a/gcc/config.gcc b/gcc/config.gcc index 9256c27..91ab227 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -506,8 +506,6 @@ case $machine in c_target_objs="darwin-c.o" cxx_target_objs="darwin-c.o" extra_parts="crt2.o" - # Darwin linker does collect2 functionality - use_collect2=no extra_objs="darwin.o" ;; *-*-vxworks*) |