]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.c (version_compare_spec_function): Use fatal() rather than abort().
authorGeoffrey Keating <geoffk@apple.com>
Tue, 15 Nov 2005 04:55:12 +0000 (04:55 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 15 Nov 2005 04:55:12 +0000 (04:55 +0000)
commit563092615ab6961f349792662c099d7484c728c8
tree292390e5e3676cfcd404ea933f97d2045a1faea8
parent9193863e4e5dab6abf00b8150bed4fbedd2d8641
gcc.c (version_compare_spec_function): Use fatal() rather than abort().

* gcc.c (version_compare_spec_function): Use fatal() rather than
abort().

* config/rs6000/darwin.h (DARWIN_CRT2_SPEC): New.
(SUBTARGET_EXTRA_SPECS): Define %(darwin_crt2).
* config/i386/darwin.h (SUBTARGET_EXTRA_SPECS): Define %(darwin_crt2)
as empty.
* config/darwin.h (STARTFILE_SPEC): Use %(darwin_crt2) to possibly
link in crt2.o.

* config/darwin.h (REAL_LIBGCC_SPEC): Link in shared libgcc depending
on -mmacosx-version-min setting.

From-SVN: r106935
gcc/ChangeLog
gcc/config/darwin.h
gcc/config/i386/darwin.h
gcc/config/rs6000/darwin.h
gcc/gcc.c