Re: Question on the m68k Calling Convention (RTD)
Richard Z <[email protected]>
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.debian.ports.68k,gmane.linux.debian.ports.68k |
|---|---|
| Message-ID | <[email protected]> |
On April 23, 2023 11:15:04 AM UTC, John Paul Adrian Glaubitz <[email protected]> wrote: >Now, the interesting part is the question why the compiler is even trying >to take this codepath since RTD should normally be turned off in the M68k >backend by default as it's the case for GCC. > As you say.. looks like that codepath should never be taken unless -mrtd is explicitly asked for.. so the problem seems to be somewhere in the argument/options parsing logic of the compiler. Richard