Changes between Version 12 and Version 13 of ExoticPorts
- Timestamp:
- 01/08/14 10:27:42 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExoticPorts
v12 v13 40 40 * Don't forget to set SAGE64=yes. 41 41 * This is not used by gcc, to build gcc pass something like CC="gcc -m64" or CFLAGS="-m64", or GCC_CONFIGURE="--target=sparc64-sun-solaris2.10 --host=sparc64-sun-solaris2.10" to build a 64 bit compiler targetting 64 bit builds, but GCC fails to build, probably in stage 1, looking for sparc64-sun-solaris2.10-gcc. 42 In fact passing --build=sparc64-sun-solaris2.10 might do the trick. 42 In fact passing --build=sparc64-sun-solaris2.10 and only this does the trick. 43 * gf2x fails because of https://gforge.inria.fr/tracker/index.php?func=detail&aid=16531&group_id=1874&atid=6979, see #15273. 44 * ATLAS fails, getting "Arithmetic Error" in dR2K.sum when UST2 arch is used, then it falls back to USIV but fails with a mixture of -m64 (because of SAGE64 I guess) and -m32 (why?!? wrong ATLAS setting?) mixture, then falls back to USIII (and will surely fail :)).