commit | 800ba2375a970ca6095465021aa4d8e72279cd9f | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Thu Aug 12 18:19:17 2004 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Thu Aug 12 18:19:17 2004 +0000 |
tree | f85f478e14f2da10f2104fee9e7106bc30cc5c54 | |
parent | d459f536c50256e66bedf999c063d49f2a59fcc6 [diff] [blame] |
This is my patch: [ 1005891 ] support --with-tsc on PPC plus a trivial change to settscdump's docstring and a Misc/NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index f6e2faf..632d446 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Build ----- +- The --with-tsc flag to configure to enable VM profiling with the + processor's timestamp counter now works on PPC platforms. + C API -----