<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/xcomp, branch OTP_R16B03</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'henrik/xcomp-arm' into maint</title>
<updated>2013-11-12T09:13:29+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2013-11-12T09:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a5128108ad3efff77c5080f0769737e70a0bfd82'/>
<id>a5128108ad3efff77c5080f0769737e70a0bfd82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add erl-xcom-arm-linux.conf</title>
<updated>2013-11-12T09:07:28+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2013-09-24T08:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=70c424ebe7e06deb37929b1e226a6843728475fc'/>
<id>70c424ebe7e06deb37929b1e226a6843728475fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Add max alignment posix_memalign configure check</title>
<updated>2013-11-01T09:39:29+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-10-28T17:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=70ebf76f1cef4a6de6be3ea96b36fb81fe245921'/>
<id>70ebf76f1cef4a6de6be3ea96b36fb81fe245921</id>
<content type='text'>
On some OSs posix_memalign exists, but it does not allow for alignment
greater than the current page size. So we have to do a runtime check for
alignment size and also add cross compile options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On some OSs posix_memalign exists, but it does not allow for alignment
greater than the current page size. So we have to do a runtime check for
alignment size and also add cross compile options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an xcomp file for Blue Gene/Q</title>
<updated>2013-02-14T12:00:42+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2013-02-14T12:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d84dfab1e5acc9d5752af20171b4239944e60e9'/>
<id>2d84dfab1e5acc9d5752af20171b4239944e60e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for new version of ppc compilation chain</title>
<updated>2012-10-22T13:56:44+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-10-01T08:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4cae6c0da2dc64c40f3c6081dedc33e21214a889'/>
<id>4cae6c0da2dc64c40f3c6081dedc33e21214a889</id>
<content type='text'>
New prefix for command line utils

Disable morecore hook as it does not work with new cross chain
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New prefix for command line utils

Disable morecore hook as it does not work with new cross chain
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2012-08-31T12:48:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-08-31T12:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630'/>
<id>2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'msp/double_middle_endian/OTP-10209' into maint</title>
<updated>2012-08-24T10:02:58+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-08-24T10:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0342137176c653c51cc3a78781888cfca8568650'/>
<id>0342137176c653c51cc3a78781888cfca8568650</id>
<content type='text'>
* msp/double_middle_endian/OTP-10209:
  Configure now assumed normal doubles
  Revise the autoconf tests for double middle endianness.
  Add test for floating-point output to float_SUITE.
  Unbreak floating point on middle-endian machines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* msp/double_middle_endian/OTP-10209:
  Configure now assumed normal doubles
  Revise the autoconf tests for double middle endianness.
  Add test for floating-point output to float_SUITE.
  Unbreak floating point on middle-endian machines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure now assumed normal doubles</title>
<updated>2012-08-24T10:02:39+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-08-24T10:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=85283dc19ceea2905ff39aa0615d1a99d7aea16c'/>
<id>85283dc19ceea2905ff39aa0615d1a99d7aea16c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add powerpc dso xcomp file</title>
<updated>2012-08-15T14:19:15+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-08-15T14:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b981d07f9cfd4f345b4d889ce77b1da5a756137f'/>
<id>b981d07f9cfd4f345b4d889ce77b1da5a756137f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cross build system for tests to work</title>
<updated>2012-05-02T07:51:44+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-03-19T15:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b834e188e6a2df3b2fd689618d43e6f878a5d1e4'/>
<id>b834e188e6a2df3b2fd689618d43e6f878a5d1e4</id>
<content type='text'>
ts has been fixed to again work in a cross build environment.
See ts:help() and xcomp/README.md for details about how it works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ts has been fixed to again work in a cross build environment.
See ts:help() and xcomp/README.md for details about how it works.
</pre>
</div>
</content>
</entry>
</feed>
