Jörg Prante added the comment:
Modules/_ctypes/libffi/src/sparc/v8.S and
Modules/_ctypes/libffi/src/sparc/v9.S are SPARC assembler codes.
The python build process seems to pass the gcc compile flags to compile
these assembler source files.
It makes no sense if the debugging option -g is
Jörg Prante added the comment:
Hi Bob, thank you for your patch. I spent hours on Solaris 10 SPARC to
get almost the same analysis. Just a detail, I ended up patching
$LDFLAGS in the SunOS 5 part in the configure.in file (like other
architectures like Darwin have set their LDFLAGS there, too
Jörg Prante added the comment:
> [...] because it *still*
> wouldn't follow the standards used in other OSS software, where setting
> CFLAGS overrides *ALL* settings that configure may have come up with.
Martin, can you please elaborate on this? I never heard of such
&quo
Jörg Prante added the comment:
> Without knowing the impact of the generic approach you've taken
> in your patch we simply cannot just apply it. If you can prove that
> the patch doesn't break other platforms or configuration setups,
> that would help a lot.
I was able