re PR bootstrap/41405 (Bootstrap fails on *-apple-darwin* due to revision 151815)
commit047a3193bd729475182a438d9929ec923f484481
authorIain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
Thu, 24 Sep 2009 17:02:29 +0000 (24 17:02 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 24 Sep 2009 17:02:29 +0000 (24 10:02 -0700)
tree08082379e6d49ceefcba2533a02f3292e225e0da
parentc33ac441b202e1c6a19ba085c8c23946ff3e7a2e
re PR bootstrap/41405 (Bootstrap fails on *-apple-darwin* due to revision 151815)

        PR bootstrap/41405
        * common.opt: Initialize dwarf_strict to -1.
        * toplev.c (process_options): Catch unset dwarf_strict
        and set to 0 for all targets not overriding.
        * config/darwin.c (darwin_override_options): Catch unset
        dwarf_strict and override to 1.

From-SVN: r152127
gcc/ChangeLog
gcc/common.opt
gcc/config/darwin.c
gcc/toplev.c