On Tue, 11 Nov 2025 10:34:25 +0100
Andreas Schwab <[email protected]> wrote:

> > 3.  -exec-charset becomes -e xec-charset
> 
> If you make that -fexec-charset you'll get --exec-charset for free.

Thank you.  That's what should have done and meant to do.  I
was trying to copy the C option and somehow lost the leading 'f'.
Maybe I don't want to see it, since for me 'f' means flag and implies
-fno.  (I know; I'm using RejectNegative.)  

gccint says Joined and Separate can both be properties of an option.  I
misinterpreted the meaning out of an abundance of hope.  I thought it
supported both

        -fexec-char=ebcdic
and
        -fexec-char ebcdic
        
but I guess that's not GCC policy.  Long options often
end in '=' and are Joined (and not Separate).  

--jkl

Reply via email to