Hi, on my AIX gcc, there are multiple "-g" variants available.The problem is, that only "-gxcoff" creates proper (with AIX debugger dbx) debuggable binaries.
How can I tell the gcc (i.e while building the gcc itself) that it should use xcoff as the default? I havent found anything working about it.
I already tried to set PREFERRED_DEBUGGING_TYPE in gcc/config/rs6000/aix72.h to XCOFF_DEBUG, but it did not make any difference?
Thank you Regards Florian