aboutsummaryrefslogtreecommitdiffstats
path: root/xcomp/erl-xcomp-mips-linux.conf
AgeCommit message (Collapse)Author
2015-06-18Change license text to APLv2Bruce Yinhe
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-03-23Unbreak floating point on middle-endian machines.Mike Sperber
On some ARMs (and maybe other platforms), doubles are stored with the the two 32-bit words reversed with respect to more common architectures. The symptom is this: > io_lib:write(1.0). "0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005299808824" Detect that and account for it when decoding floats.
2010-06-01OTP-8541 Add erl-xcomp-mips-linux.confRickard Green
Added cross configuration file for mips-linux. (Thanks to Matthias Lang for the configuration)