| Submitter | Khem Raj |
|---|---|
| Date | Sept. 17, 2012, 8:50 p.m. |
| Message ID | <cover.1347914898.git.raj.khem@gmail.com> |
| Download | mbox |
| Permalink | /patch/36657/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-fixesComments
On 09/17/2012 01:50 PM, Khem Raj wrote: > This patchset addressed two bugs in eglibc on powerpc one where we would get > fsqrt intruction emitted into libm code on e5500/64bit and second problem > where systemd 189+ would not build on powerpc due to missing defines in > fcntl.h for ppc. > > The following changes since commit 7887b99646d8e1e736ad6e4a306e47df9955221e: > > local.conf.sample: change valgrind support architecture comment (2012-09-14 17:05:59 +0100) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-fixes > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-fixes > > Khem Raj (2): > eglibc: Fix fcntl.h for powerpc > eglibc: Do not use fsqrt in libm when building for fsl ppc with fpu > > ..._handle_at-open_by_handle-etc.-to-PowerPC.patch | 65 ++++++++++++++++++++ > .../eglibc/eglibc-2.16/fsl-ppc-no-fsqrt.patch | 44 +++++++++++++ > meta/recipes-core/eglibc/eglibc_2.16.bb | 4 +- > 3 files changed, 112 insertions(+), 1 deletion(-) > create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch > create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/fsl-ppc-no-fsqrt.patch > Merged into OE-Core Thanks Sau!