Changes between Version 7 and Version 8 of ExoticPorts
- Timestamp:
- 12/24/13 22:04:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExoticPorts
v7 v8 30 30 === Sun Ultrasparc T1/2 running debian/sparc (64 bit kernel, 32 bit userland, 64 bit Sage build) === 31 31 32 * Be sure to export something like CC="gcc -m64" if your gcc builds 32 bit objects by default. 32 * Be sure to export something like CC="gcc -m64" if your gcc builds 32 bit objects by default. ABI=64 should not hurt. 33 33 * PARI tries to feed "-mimpure-text" to gcc which is not supported on linux anymore, modify config/get_dlld (this is fixed upstream in rev b2bc4faa4). 34 34 * tachyon fails for the same stupid reason as before. 35 * flint fails because we have to feed gcc with -mno-relax when packing shared obj. Fixed upstream at 38d45090d5e46e7237 and in 2.4. 35 36 36 37 === Sun Ultrasparc T2 running Solaris 10 (64 bit kernel, 32 bit userland, 64 bit Sage build) ===