<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/conf, branch pyro</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2017-03-28T04:21:38+00:00</updated>
<entry>
<title>nonclangable: Add libdc1394</title>
<updated>2017-03-28T04:21:38+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-28T04:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=a763c5e9da74a10eb73183099be619ceb558a895'/>
<id>urn:sha1:a763c5e9da74a10eb73183099be619ceb558a895</id>
<content type='text'>
Uses VLAs

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove INHIBIT_DEFAULT_DEPS</title>
<updated>2017-03-16T19:37:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-16T19:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=a1c9ef3c831a473777985beb8d33d44d9350a858'/>
<id>urn:sha1:a1c9ef3c831a473777985beb8d33d44d9350a858</id>
<content type='text'>
Depend on clang for build runtime libs
Build gobject-introspection for armv7 using gcc

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Remove packages which are now compilable with clang-4.0.0</title>
<updated>2017-03-14T06:58:04+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-14T06:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=5799d57baab98668e91ef1e3120cba87757d7337'/>
<id>urn:sha1:5799d57baab98668e91ef1e3120cba87757d7337</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>m4: Fix build with clang especially on armv7</title>
<updated>2017-03-14T05:49:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-14T05:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=69e888a8338e9935cdb7959dffe08d540a42eece'/>
<id>urn:sha1:69e888a8338e9935cdb7959dffe08d540a42eece</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Disable intrinsics for sqlite3</title>
<updated>2017-03-13T23:57:49+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-13T23:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=8b866aef9f5f6fc7e4998cf59a409b647d18dd21'/>
<id>urn:sha1:8b866aef9f5f6fc7e4998cf59a409b647d18dd21</id>
<content type='text'>
when building with clang it uses compiler-rt intrinsics
which are not available in libgcc and link fails

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add m4 to non-clangable list</title>
<updated>2017-03-05T01:47:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-05T01:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=b08346680b1fb20b19fcd722c754b9e427e2832f'/>
<id>urn:sha1:b08346680b1fb20b19fcd722c754b9e427e2832f</id>
<content type='text'>
regressed with clang 4.0.0

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: use gcc for openjdk and openjre</title>
<updated>2017-02-13T16:41:44+00:00</updated>
<author>
<name>Daniel McGregor</name>
<email>daniel.mcgregor@vecima.com</email>
</author>
<published>2016-01-05T15:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=c08c85989b225c9cdd55371a3c26c6e72c15878f'/>
<id>urn:sha1:c08c85989b225c9cdd55371a3c26c6e72c15878f</id>
<content type='text'>
OpenJDK normally supports clang, but not currentlty with
the settings in meta-java. More work is needed there, but
for now allow them to build.

Signed-off-by: Daniel McGregor &lt;daniel.mcgregor@vecima.com&gt;
</content>
</entry>
<entry>
<title>clang: Update to 4.0.0 rc2</title>
<updated>2017-02-09T05:50:08+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-02-09T05:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=a62a591c1ba4c0b0bb39962c16e93fe516f334d4'/>
<id>urn:sha1:a62a591c1ba4c0b0bb39962c16e93fe516f334d4</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add mozjs to nonclangable</title>
<updated>2016-08-24T03:29:51+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-08-24T03:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=1cf32db1e7cebfc076307e7a20d95b2e81ea3c2d'/>
<id>urn:sha1:1cf32db1e7cebfc076307e7a20d95b2e81ea3c2d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Add qemu/arm to the list</title>
<updated>2016-08-13T00:53:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-08-13T00:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=8c59e41422cb55942104dbe1c939ad0f0a74bf73'/>
<id>urn:sha1:8c59e41422cb55942104dbe1c939ad0f0a74bf73</id>
<content type='text'>
clang generates atomics and we need to link
in -latomic for that, which comes from gcc
so keep using gcc for now

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
