From: Roland McGrath Date: Wed, 27 Feb 2008 19:42:15 +0000 (-0800) Subject: x86 vdso: fix build locale dependency X-Git-Tag: v2.6.25-rc4~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dbe03dccc95f41429d60e4221b02fc0f112cc4;p=pandora-kernel.git x86 vdso: fix build locale dependency Priit Laes discovered that the sed command processing nm output was sensitive to locale settings. This was addressed in commit 03994f01e8b72b3d01fd3d09d1cc7c9f421a727c by using [:alnum:] in place of [a-zA-Z0-9]. But that solution too is locale-dependent and may not always match the identifiers it needs to. The better fix is just to run sed et al with a fixed locale setting in all builds. Signed-off-by: Roland McGrath CC: Priit Laes Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed