Changes between Version 1 and Version 2 of Ticket #10508, comment 328
- Timestamp:
- 03/01/13 14:06:49 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508, comment 328
v1 v2 1 1 I cannot use the fast target on ia64 because the python module "platform" seems broken: 2 2 {{{ 3 >>> platform.uname()3 >>> platform.uname() 4 4 ('Linux', 'tic', '2.6.32-5-mckinley', '#1 SMP Sun May 6 08:36:37 UTC 2012', 'ia64', '') 5 5 }}} 6 6 so that 7 7 {{{ 8 >>> platform.processor()8 >>> platform.processor() 9 9 '' 10 10 }}}