Changes between Initial Version and Version 1 of Ticket #12954, comment 3
- Timestamp:
- 05/17/12 13:46:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12954, comment 3
initial v1 3 3 This MPFR binary was built with 4 4 {{{ 5 -Wall -Wmissing-prototypes -Wpointer-arith -O2 -m64 -march=core 2 -mtune=core25 -Wall -Wmissing-prototypes -Wpointer-arith -O2 -m64 -march=corei7 -mtune=corei7 6 6 }}} 7 8 MPIR was built with 9 {{{ 10 -O2 -m64 -march=corei7 -mtune=corei7 11 }}} 12 13 So, SAGE_FAT_BINARY indeed doesn't work as it should.