gcc-4.4.4: Fix build failure on powerpc/uclibc.
authorKhem Raj <raj.khem@gmail.com>
Tue, 18 May 2010 19:24:37 +0000 (12:24 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 18 May 2010 19:24:37 +0000 (12:24 -0700)
commitde76b5319669f50bec6d1a5f2310f360aada1909
tree8475a10814919db94311ef2d3e7660569dd51b7c
parent9074fefdb80373e05f276269cb14fd8676c7d360
gcc-4.4.4: Fix build failure on powerpc/uclibc.

* For uclibc __to_type is typedef'ed to const __ctype_touplow_t*
  which is a short int. So the mangled alias breaks because on
  glibc __to_type is int* and mangled alias is set accordingly

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.4.4.inc
recipes/gcc/gcc-4.4.4/gcc-uclibc-locale-ctype_touplow_t.patch