Changes between Version 5 and Version 6 of ExoticPorts
- Timestamp:
- 12/23/13 17:04:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExoticPorts
v5 v6 19 19 * PARI fails to build because it tries to include asm for 64 bit sparc v9 but gcc defaults to 32 bit sparc v8. Passing CFLAGS="-m32 -O3 -Wa,-xarch=v8plus -mcpu=ultrasparc -g" solves this first issue. Then it 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). 20 20 * ecl fails after building the minimal initial version of ecl, lwowering the optimization to -O1 solves this. 21 * tachyon will surely fail for the same stupid reason as on the raspberry pi. 21 * tachyon fails for the same stupid reason as on the raspberry pi. 22 * flint fails because we have to feed gcc with -mno-relax when packing shared obj. Fixed upstream at 38d45090d5e46e7237 and in 2.4. 22 23 23 24 === Sun Ultrasparc T2 running Solaris 10 (64 bit kernel, 32 bit userland, 32 bit Sage build) ===