]> granicus.if.org Git - python/commit
Issue #10655: Fix the build on PowerPC on Linux with GCC when building with
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 6 Jan 2011 17:01:36 +0000 (17:01 +0000)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 6 Jan 2011 17:01:36 +0000 (17:01 +0000)
commitf1397ad3999b9a12b47ecc17ba2c7b5bce0a9f2e
tree589ec01fa80e12aa3b86463a6de13ce2520cd86f
parentecbb8dc17a00dccc1d6d7b0c5bf0b3400736775c
Issue #10655: Fix the build on PowerPC on Linux with GCC when building with
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC
support now looks for "__powerpc__" as well as "__ppc__": the latter seems to
only be present on OS X; the former is the correct one for Linux with GCC.
Misc/NEWS
Python/ceval.c