]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined...
authorMatt Austern <austern@apple.com>
Thu, 19 Feb 2004 05:52:38 +0000 (05:52 +0000)
committerMatt Austern <austern@gcc.gnu.org>
Thu, 19 Feb 2004 05:52:38 +0000 (05:52 +0000)
commit328163dc0a1c6553bd8c40f91b21efb9b4351a80
treed63bb9e0542c8e0ca57b196860b6d085ff143344
parent23aa7aba4a93d068bc75ed006066005e82c25c90
gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined...

* gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and
LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC.
(init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is
defined.  Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
spec string.
* doc/tm.texi (REAL_LIBGCC_SPEC): Document.

From-SVN: r78072
gcc/ChangeLog
gcc/doc/tm.texi
gcc/gcc.c