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 ronaldoussoren
Recipients Robert P Fischer, ned.deily, ronaldoussoren
Date 2016-02-11.16:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455206705.88.0.63317003714.issue26317@psf.upfronthosting.co.za>
In-reply-to
Content
The makefiles use CC throughout and don't look at and OBJC variable. Is that variable a standard way to specify an ObjC compiler in makefiles? 

Make's default ruleset for compiling .m files uses $(CC) and doesn't look at $(OBJC).

I wouldn't be opposed to a patch that makes it possible to specify an ObjC compiler, could you write such a patch?  BTW. The patch should also update the autoconf script (use AC_PROG_OBJC).
History
Date User Action Args
2016-02-11 16:05:05ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Robert P Fischer
2016-02-11 16:05:05ronaldoussorensetmessageid: <1455206705.88.0.63317003714.issue26317@psf.upfronthosting.co.za>
2016-02-11 16:05:05ronaldoussorenlinkissue26317 messages
2016-02-11 16:05:05ronaldoussorencreate