[Buildroot] Incorrect spelling in buildroot trunk?

Peter Korsgaard jacmet at sunsite.dk
Fri Aug 31 19:46:13 UTC 2012


>>>>> "R" == R Zhong <rzhong at hotmail.com> writes:

 R> Hi, I think SYSDROOT_DIR should be SYSROOT_DIR in toolchain/helpers.mk
 R> check_glibc = \
 R>         SYSROOT_DIR="$(strip $1)"; \
 R>         if test `find $${SYSDROOT_DIR}/lib/ -maxdepth 1 -name 'ld-linux*.so.*' -o -name 'ld.so.*' | wc -l` -eq 0 ; then \
 R>                 echo "Incorrect selection of the C library"; \
 R>                 exit -1; \
 R>         fi; \

You're right. I've fixed it in git now, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list