<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/gcc/gcc-4.5, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2012-03-24T06:35:22+00:00</updated>
<entry>
<title>toolchain-layer: move binutils and gcc from meta-oe into here</title>
<updated>2012-03-24T06:35:22+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2012-03-23T07:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ff0f815593c33f1a82ba4d1cbe41e6b987da1f47'/>
<id>urn:sha1:ff0f815593c33f1a82ba4d1cbe41e6b987da1f47</id>
<content type='text'>
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Eric Bénard &lt;eric@eukrea.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Move SRCREV to latest on gcc-4_5-branch</title>
<updated>2012-03-09T06:03:53+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-03-08T06:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=896bbc379a24bfa4878fd8331a68b425e1b9a1fd'/>
<id>urn:sha1:896bbc379a24bfa4878fd8331a68b425e1b9a1fd</id>
<content type='text'>
This brings in bug fixes for details clone gcc tree and
checkout gcc-4_5-branch and then

git log aab79458fc2025967f9a35aef4e7c0094c63d38e..1b523ca2a20934d1c52cb3a54b634ac4441debdf

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Update gxx headers patch</title>
<updated>2011-12-21T19:34:38+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-12-21T17:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ac52f114fb1f2cc0b28a7457fb1a64b39a196e5a'/>
<id>urn:sha1:ac52f114fb1f2cc0b28a7457fb1a64b39a196e5a</id>
<content type='text'>
This patch now expects gxx-include-dir
to be specified under sysroot which we
already do through gcc-cross4.inc from
oe-core

Please test

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Backport with-linker-hash-style and backports from FSF &amp; linaro</title>
<updated>2011-12-06T02:55:51+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-12-06T01:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a3aea9e69ab69dd4b5ac2ad4a602b74f9ef30fa2'/>
<id>urn:sha1:a3aea9e69ab69dd4b5ac2ad4a602b74f9ef30fa2</id>
<content type='text'>
backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings
once for all

Explicitly disable configuring with cloog/ppl while building gcc
if the user has it installed on build box then gcc's configure will try
to use it and it can go wrong and create problems since we never built
it so

Move to tip of FSF gcc-4_5-branch
brings in bug fixes

PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler
49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++
50788/x86/SSE 50691/pa  50875/x86/SSE
50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog

Merge fix for LP689887/linaro
https://bugs.launchpad.net/gcc-linaro/+bug/689887

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Fix cross-gcc build for 64 bit targets</title>
<updated>2011-09-22T21:42:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-09-23T02:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=adc2571887279bc80c2c4739f68fe4f5675cdeeb'/>
<id>urn:sha1:adc2571887279bc80c2c4739f68fe4f5675cdeeb</id>
<content type='text'>
Building gcc-cross-intermediate for x86_64
failed since the notion of multlib has changed
in oe-core. So we needed to sync 64bit hack
patch from oe-core/gcc-4.6 into meta-oe 4.5

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Upgrade to latest FSF 4.5 branch and bring in latest linaro patches</title>
<updated>2011-09-19T06:26:10+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-09-19T11:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=549f974a5df4c3e117d269007e9b671cf4e925f9'/>
<id>urn:sha1:549f974a5df4c3e117d269007e9b671cf4e925f9</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64</title>
<updated>2011-08-12T11:57:11+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2011-08-12T14:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=77355ade866f8cee7f12a3f4fbcd2181a516efc0'/>
<id>urn:sha1:77355ade866f8cee7f12a3f4fbcd2181a516efc0</id>
<content type='text'>
GLIBC_DYNAMIC_LINKER* is now updated by do_headerfix() from oe-core

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Bring latest upstream and linaro patches</title>
<updated>2011-07-30T08:44:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-07-30T05:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7280929da603f17518d07a9cfd3820dc01b43904'/>
<id>urn:sha1:7280929da603f17518d07a9cfd3820dc01b43904</id>
<content type='text'>
Build tested on angstrom-2010/console-image for all qemus + beagleboard
for both uclibc/eglibc

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Edit defaults.h in ${B} instead of ${S}, and t-oe in ${B}</title>
<updated>2011-07-02T20:40:22+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-07-02T07:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=340cc366c7feff983a85f9e9ae8ae1f537239f5b'/>
<id>urn:sha1:340cc366c7feff983a85f9e9ae8ae1f537239f5b</id>
<content type='text'>
This patches are from oe-core needed after shared sourcedir changes to
oe-core

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>gcc-4.5: Upgrade to latest gcc-4_5-branch and linaro 4.5</title>
<updated>2011-06-19T09:01:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-06-18T00:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7d954ed266bef307285383c42d2070a8ef3b62a3'/>
<id>urn:sha1:7d954ed266bef307285383c42d2070a8ef3b62a3</id>
<content type='text'>
Additionally fix ppc build break caused by linaro android config
patches.

Angstrom console-image built clean from scratch for arm ppc mips x86 x86_64

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
</feed>
