2014-04-22 16:17 GMT+01:00 Rafael Ostertag <[email protected]>: > Is there a particular reason, you set > > MACHDEP = $(ISA) > EXTRA_CONFIGURE_EXPORTS += MACHDEP > > By doing so, some internal configure variables won't be set which in turn lead > to Makefile using `ld' instead of `gcc'.
Hm, ok. I'm trying to work around http://bugs.python.org/issue18083 and modify paths to make the architecture dependent. MACHDEP is probably a wrong approach though. I'd like to do what they suggest in the bug report in python.org, but I don't know yet how to do it. Maciej
