scripts/build/libc/glibc-eglibc.sh-common
changeset 2279 a559d9890c02
parent 2278 e86826b8621a
child 2289 165eff2a1e10
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Sat Jan 22 22:36:20 2011 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Tue Jan 25 20:31:16 2011 +0100
     1.3 @@ -276,7 +276,7 @@
     1.4                  # We can't rely on the kernel version from the configuration,
     1.5                  # because it might not be available if the user uses pre-installed
     1.6                  # headers. On the other hand, both method will have the kernel
     1.7 -                # version installed in "usr/include/linux/version.h" in the sys-root.
     1.8 +                # version installed in "usr/include/linux/version.h" in the sysroot.
     1.9                  # Parse that instead of having two code-paths.
    1.10                  version_code_file="${CT_SYSROOT_DIR}/usr/include/linux/version.h"
    1.11                  if [ ! -f "${version_code_file}" -o ! -r "${version_code_file}" ]; then