diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-16 20:06:33 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-16 20:06:33 +0100 |
commit | 25a14a99de67becffc43a24104bf8292ef04d426 (patch) | |
tree | 31280d697489304757095b5c0eba5438139ec005 /hurd | |
parent | 43f1e90c9af30c31efe44fe0d18a4764f090f3e1 (diff) |
Give an example how to build a glibc target
Diffstat (limited to 'hurd')
-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 |