diff options
-rw-r--r-- | hurd/glibc.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 4b5e8d38..16aaa917 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -52,3 +52,7 @@ One can build libc this way: One can run tests with the new libc by hand: $ ./testrun.sh ~/test + +One can build by hand some target with e.g.: + + $ make -C ../htl subdir=htl objdir=$PWD ..=../ $PWD/htl/libpthread.so |