<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/eglibc, branch org.openembedded.dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>eglibc.inc: Use quotes to cover -jN and -j N</title>
<updated>2010-09-24T20:47:23+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-24T20:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=750a7a6a703b515a211e63b79712f14463e43c61'/>
<id>750a7a6a703b515a211e63b79712f14463e43c61</id>
<content type='text'>
Thanks Heinervdm for testing.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Heinervdm for testing.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS</title>
<updated>2010-09-24T18:48:41+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-24T07:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cf18d5677a07eb8266dfc36c0f7bbb7d841cb258'/>
<id>cf18d5677a07eb8266dfc36c0f7bbb7d841cb258</id>
<content type='text'>
* Currently we are passing -jN flags to eglibc makefiles
  however eglibc uses a make variable called PARALLELMFLAGS
  to pass information about parallel build to sub-makes

* Currently make install ran without parallelism but now
  it should have parallel building flags passed to do_install
  correctly which inturn should improve build time of
  eglibc on systems using parallel build -j with values &gt; 1

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Currently we are passing -jN flags to eglibc makefiles
  however eglibc uses a make variable called PARALLELMFLAGS
  to pass information about parallel build to sub-makes

* Currently make install ran without parallelism but now
  it should have parallel building flags passed to do_install
  correctly which inturn should improve build time of
  eglibc on systems using parallel build -j with values &gt; 1

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc: Update recipe for all version</title>
<updated>2010-09-16T14:30:33+00:00</updated>
<author>
<name>Nobuhiro Iwamatsu</name>
<email>nobuhiro.iwamatsu.yj@renesas.com</email>
</author>
<published>2010-09-15T19:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=374bb910fb55fcdb5a2a180f1ba20b8cd780e297'/>
<id>374bb910fb55fcdb5a2a180f1ba20b8cd780e297</id>
<content type='text'>
* Included sh4_set_fpscr.patch and sh4_set_fpscr_2.12.patch.
  These patch provides patch of __set_fpscr prototype.
* Included sh4_local-fpscr_values.patch.
  This provides a patch maintaining __fpscr_values in libc.
  This is taken in in Debian and codesourcery already.
  This patch is necessary to have compatibility in these and openemdedded.

Signed-off-by: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Included sh4_set_fpscr.patch and sh4_set_fpscr_2.12.patch.
  These patch provides patch of __set_fpscr prototype.
* Included sh4_local-fpscr_values.patch.
  This provides a patch maintaining __fpscr_values in libc.
  This is taken in in Debian and codesourcery already.
  This patch is necessary to have compatibility in these and openemdedded.

Signed-off-by: Nobuhiro Iwamatsu &lt;nobuhiro.iwamatsu.yj@renesas.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc: Do not specify ports multiple time to --enable-addons</title>
<updated>2010-09-14T21:07:03+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-13T19:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=134e90b90d6172449d4875fc031fc5e6cb51167f'/>
<id>134e90b90d6172449d4875fc031fc5e6cb51167f</id>
<content type='text'>
* While building for mips64 I noticed a problem where eglibc
  configure did not get the mips sub arch correct during configure
  the reason was we had ports twice in configure commandline which
  ran a ports configure twice and appended machines multiple times
  to paths which then were wrong and it failed to select correct
  ABI to compile eglibc

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* While building for mips64 I noticed a problem where eglibc
  configure did not get the mips sub arch correct during configure
  the reason was we had ports twice in configure commandline which
  ran a ports configure twice and appended machines multiple times
  to paths which then were wrong and it failed to select correct
  ABI to compile eglibc

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc_svn.bb: Bump SRCREV</title>
<updated>2010-09-08T05:45:26+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-08T05:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d17f35cc415872791c6f8c5561150bd72e05553a'/>
<id>d17f35cc415872791c6f8c5561150bd72e05553a</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc_svn/eglibc_2.12: Bump SRCREVs</title>
<updated>2010-08-21T19:51:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-21T19:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e4ae13d1457a9290dc9bf17cf1f7035ccee28cba'/>
<id>e4ae13d1457a9290dc9bf17cf1f7035ccee28cba</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc: build with -ggdb3 as workaround for alignment traps</title>
<updated>2010-08-11T20:46:07+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-08-11T20:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0dee8eb3458f655ff7e21a898178051c521e5891'/>
<id>0dee8eb3458f655ff7e21a898178051c521e5891</id>
<content type='text'>
* I've seen it only with eglibc-2.12 built with gcc-4.5 that's why I bumped PR only in 2.12
* can be removed as soon as gcc bug is fixed

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* I've seen it only with eglibc-2.12 built with gcc-4.5 that's why I bumped PR only in 2.12
* can be removed as soon as gcc bug is fixed

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc_2.12/eglibc_svn: Update SRCREV to latest tip.</title>
<updated>2010-08-09T00:43:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-09T00:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=358901a0f67fd5dca450f0a4a1d95106966a2531'/>
<id>358901a0f67fd5dca450f0a4a1d95106966a2531</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc,eglibc: Use the paths for mutli-machine safe toolchain install.</title>
<updated>2010-08-03T19:46:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-07-30T20:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=07733978e28ec682fbabac61325fe3dc22d6dbda'/>
<id>07733978e28ec682fbabac61325fe3dc22d6dbda</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>eglibc-2.12: bump SRCREV for alignment traps fix</title>
<updated>2010-08-03T07:18:39+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-08-02T08:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9e5b50834ffaa66092717b2ab83c520aa94e9500'/>
<id>9e5b50834ffaa66092717b2ab83c520aa94e9500</id>
<content type='text'>
* but still lots of alignment traps on armv4t :/

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* but still lots of alignment traps on armv4t :/

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
