<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/conf, branch krogoth</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2016-05-16T16:29:19+00:00</updated>
<entry>
<title>nonclangable.conf: Add nodejs for armv7</title>
<updated>2016-05-16T16:29:19+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-16T16:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=ed0cc9804381763e6c0baebcb2a5793645531a83'/>
<id>urn:sha1:ed0cc9804381763e6c0baebcb2a5793645531a83</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Add mpfr for mips64</title>
<updated>2016-05-11T15:29:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-11T15:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=2b35ebd0cea1174d994f1d38bab1bd39d9ebf48d'/>
<id>urn:sha1:2b35ebd0cea1174d994f1d38bab1bd39d9ebf48d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Use gcc for mips64</title>
<updated>2016-05-10T05:29:03+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-10T05:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=0f5ad8c2bdaa5d1a9dabdb269b42499dc7c83918'/>
<id>urn:sha1:0f5ad8c2bdaa5d1a9dabdb269b42499dc7c83918</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Dont use toolchain-clang override</title>
<updated>2016-05-10T05:14:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-10T05:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e7efb9b14763a0c975a54e6943bbd7864511463f'/>
<id>urn:sha1:e7efb9b14763a0c975a54e6943bbd7864511463f</id>
<content type='text'>
Its redundant to use it since we are pinning to gcc
always for arm &lt; v6

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable.conf: Use gcc for mpfr/mips</title>
<updated>2016-05-10T02:01:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-10T02:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=d88576313149ede12f6287a31fbb2526c43531d8'/>
<id>urn:sha1:d88576313149ede12f6287a31fbb2526c43531d8</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable.conf: Fix build of libaio on clang/mips</title>
<updated>2016-05-10T01:54:15+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-10T01:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=ce78d86642d5c484879b6fa742a17f7e3d2ca53d'/>
<id>urn:sha1:ce78d86642d5c484879b6fa742a17f7e3d2ca53d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable: Tweak cflags for icu and ruby</title>
<updated>2016-05-10T01:05:46+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-10T01:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=1b3abca3b98604274b99e9d5d850c1a043d77412'/>
<id>urn:sha1:1b3abca3b98604274b99e9d5d850c1a043d77412</id>
<content type='text'>
icu on clang (arm &lt; v5 ) needs atomics which
are not there in libgcc

ruby configure triggers on -pie since clang
is kind enough to warn about a linker option
on compile cmdline, but its treated as error

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nonclangable.conf: Fix a typo for perf exlusion</title>
<updated>2016-05-09T16:27:51+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2016-05-09T16:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=c9ac15686fab0d7247128237a8b947c5c03a51b8'/>
<id>urn:sha1:c9ac15686fab0d7247128237a8b947c5c03a51b8</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move pinning TOOLCHAIN to a conf file instead of recipes-excluded bbappends</title>
<updated>2016-05-06T13:36:00+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-05-06T12:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=8ec693b6e472a0af87069c31cac961859872c900'/>
<id>urn:sha1:8ec693b6e472a0af87069c31cac961859872c900</id>
<content type='text'>
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>llvm-libunwind: Preferred to provide libunwind</title>
<updated>2015-09-12T00:16:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2015-09-12T00:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=139aa8280f7558a194b81f8f62be71dbebadab37'/>
<id>urn:sha1:139aa8280f7558a194b81f8f62be71dbebadab37</id>
<content type='text'>
When using meta-clang use the llvm libunwind instead of HP libubwind
which comes from OE-Core

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