re: gcc 16 bootstrap, stage 2 and 3 differ
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
> > DWARF version: 5 > > NetBSD's system compiler defaults to DWARF 4 because the CTF tools don't > support DWARF 5--everyting else, binutils, gdb, etc. work fine with DWARF 5. yeah - this was the only thing that i had any specific guess about, i haven't tried gcc 16 yet. would be really nice if someone updated the ctf tools -- the upstream one supports dwarf5 i understand, but this should not really matter for gcc 16 -- same as it shouldn't have (and seems to not) mattered for gcc 15, etc. as a random hack, try forcing "-gdwarf-5" into HOST_CFLAGS, which would make the stage1 compiler use the same defaults.. .mrg.