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 xdegaye
Recipients Alex.Willmer, doko, martin.panter, twouters, vstinner, xdegaye
Date 2016-07-28.14:21:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469715717.47.0.336037401544.issue26851@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the packager must use appropriately either CFLAGS CPPFLAGS [1] and LDFLAGS, or CC. I am using:
CC="clang --sysroot=$(SYSROOT) -target $(TARGET) -gcc-toolchain $(GCC_TOOLCHAIN)".

[1] See issue 27453, for the remaining problem upon using CPPFLAGS.
History
Date User Action Args
2016-07-28 14:21:57xdegayesetrecipients: + xdegaye, twouters, doko, vstinner, martin.panter, Alex.Willmer
2016-07-28 14:21:57xdegayesetmessageid: <1469715717.47.0.336037401544.issue26851@psf.upfronthosting.co.za>
2016-07-28 14:21:57xdegayelinkissue26851 messages
2016-07-28 14:21:57xdegayecreate