darwin.h (LINK_COMMAND_SPEC): Don't do dwarf stuff on pre-darwin9 system, unless...
commit80c85ca2871defbcb6e6c03e27b15d7b6432c535
authorMike Stump <mrs@apple.com>
Fri, 17 Nov 2006 06:48:01 +0000 (17 06:48 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 17 Nov 2006 06:48:01 +0000 (17 06:48 +0000)
treed90cad857cdc7befcd4cafdeb04e5648285d0b52
parent36b15ad0dc8c471bbe053131e48ab3ec49aa7009
darwin.h (LINK_COMMAND_SPEC): Don't do dwarf stuff on pre-darwin9 system, unless the user asks for it directly.

* config/darwin.h (LINK_COMMAND_SPEC): Don't do dwarf stuff on
pre-darwin9 system, unless the user asks for it directly.
(PREFERRED_DEBUGGING_TYPE): Likewise.
* config/i386/darwin.h (PREFERRED_DEBUGGING_TYPE): Likewise.
* config.gcc: Add suppport for darwin9.h.
* config/darwin9.h: Add.
* doc/install.texi (Specific): Clarify darwin documentation.

From-SVN: r118917
gcc/ChangeLog
gcc/config.gcc
gcc/config/darwin.h
gcc/config/darwin9.h [new file with mode: 0644]
gcc/config/i386/darwin.h
gcc/doc/install.texi