diff options
Diffstat (limited to 'hurd/glibc.mdwn')
| -rw-r--r-- | hurd/glibc.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 8e330aef..12d84e42 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -49,6 +49,10 @@ One can build libc this way: $ make $ make check -k +One can run tests individually with: + + $ make test t=wcsmbs/test-wcsnlen + One can run tests with the new libc by hand: $ ./testrun.sh ~/test @@ -56,3 +60,12 @@ One can run tests with the new libc by hand: One can build by hand some target with e.g.: $ make $PWD/htl/libpthread.so -C ../htl subdir=htl objdir=$PWD ..=../ + +# glibc gotcha + +Please note, that if you `git clone` glibc from upstream, and run + + $ make + # make install + +**You will crash your hurd install**. Don't run `# make install` from upstream glibc. |
