This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mirell
Recipients doko, mirell, rpetrov, theller
Date 2009-02-14.13:41:42
SpamBayes Score 0.00012764616
Marked as misclassified No
Message-id <1234618903.62.0.00473350287817.issue4305@psf.upfronthosting.co.za>
In-reply-to
Content
Not entirely. I applied what you had for the autoconf section to my
configure, since I do not have autoconf installed in my environment. 

Specifically, this part of configure is what's messing with the build:

if test x$TARGET = xMIPS; then
  MIPS_TRUE=
  MIPS_FALSE='#'
else
  MIPS_TRUE='#'
  MIPS_FALSE=
fi

Since the target is being renamed to MIPS_LINUX or MIPS_IRIX, this test
assumes the target is not MIPS.

The patch you have gets past the build break, but doesn't actually
compile what I believe is a working libffi for MIPS.
History
Date User Action Args
2009-02-14 13:41:43mirellsetrecipients: + mirell, theller, doko, rpetrov
2009-02-14 13:41:43mirellsetmessageid: <1234618903.62.0.00473350287817.issue4305@psf.upfronthosting.co.za>
2009-02-14 13:41:42mirelllinkissue4305 messages
2009-02-14 13:41:42mirellcreate