gcc: fix 4.9.2 build with C++ and !wchar
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Mar 2015 21:48:38 +0000 (22:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Mar 2015 21:48:38 +0000 (22:48 +0100)
commitc129606f4c7fb017a03fb265652b8ed7ed39003e
tree8b7f95a5b95ce48e22300006412cf8ad886ebc29
parent917d11bae4822b149a0b04d121df5dc4904436df
gcc: fix 4.9.2 build with C++ and !wchar

The libcilk library (used on x86/x86-64 when building with C++ support)
unconditionally uses WCHAR_MIN / WCHAR_MAX, causing build issues with uClibc
when configured without wchar support.

Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/4.9.2/860-cilk-wchar.patch [new file with mode: 0644]