• R
    x86 vdso: fix build locale dependency · f2dbe03d
    Roland McGrath 提交于
    Priit Laes discovered that the sed command processing nm output was
    sensitive to locale settings.  This was addressed in commit
    03994f01 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: NRoland McGrath <roland@redhat.com>
    CC: Priit Laes <plaes@plaes.org>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    f2dbe03d
Makefile 4.0 KB