commit | a01704fc45a727fbfc4999983b3e8886c0f86fed | [log] [tgz] |
---|---|---|
author | Iain Sandoe <iain@sandoe.co.uk> | Fri Oct 15 17:23:08 2021 +0100 |
committer | Iain Sandoe <iain@sandoe.co.uk> | Fri Oct 15 17:26:53 2021 +0100 |
tree | 08e310417882f105ca25a32b347ec21802264465 | |
parent | 93ac832f1846e4867aa6537f76f510fab8e3e87d [diff] |
Darwin, D: Fix D bootstrap, include tm-dwarf2.h. After r12-4432-g7bfe7d634f60b0a9 Darwin fails to bootstrap with D enabled since there is no definition of either DWARF2_DEBUG_INFO or PREFERRED_DEBUGGING_TYPE. Fixed here by adding the tm-dwarf2.h file to tm_d_file for Darwin. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> gcc/ChangeLog: * config.gcc: Add tm-dwarf2.h to tm_d-file.