]> gcc.gnu.org Git - gcc.git/commit
Darwin : Adjust defaults for current bootstrap constraints.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 30 Dec 2020 10:36:52 +0000 (10:36 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 2 Jan 2021 19:56:19 +0000 (19:56 +0000)
commitb2cee5e1e89c8f939bc36fe9756befcb93d96982
tree9bae8076e1cc95ecefa860dd599dcf76cb854cff
parentae99b315ba5b9e1ccc221b3c45de323cbc574400
Darwin : Adjust defaults for current bootstrap constraints.

The toolchain now requires a C++11 compiler to bootstrap and
none of the older Darwin toolchains which were based on stabs
debugging are suitable.  We can simplify the debug setup now.

gcc/ChangeLog:

* config/darwin.h (DSYMUTIL_SPEC): Default to DWARF
(ASM_DEBUG_SPEC):Only define if the assembler supports
stabs.
(PREFERRED_DEBUGGING_TYPE): Default to DWARF.
(DARWIN_PREFER_DWARF): Define.
* config/darwin9.h (PREFERRED_DEBUGGING_TYPE): Remove.
(DARWIN_PREFER_DWARF): Likewise
(DSYMUTIL_SPEC): Likewise.
(COLLECT_RUN_DSYMUTIL): Likewise.
(ASM_DEBUG_SPEC): Likewise.
(ASM_DEBUG_OPTION_SPEC): Likewise.
gcc/config/darwin.h
gcc/config/darwin9.h
This page took 0.062413 seconds and 5 git commands to generate.