diff options
-rw-r--r-- | hurd/debugging/glibc.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/debugging/glibc.mdwn b/hurd/debugging/glibc.mdwn index d3698256..dfc4c1c6 100644 --- a/hurd/debugging/glibc.mdwn +++ b/hurd/debugging/glibc.mdwn @@ -42,11 +42,15 @@ testsuite, use: DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage To save even more build, stop the build after configure has run, and then you -can restart the build of only libc.so with: +can restart the build of only libc.so and libc.a with: cd build-tree/hurd-i386-libc make lib +or of only libc.so with: + + make objdir=$PWD/build-tree/hurd-i386-libc $PWD/build-tree/hurd-i386-libc/libc.so + or of the whole tree with: cd build-tree/hurd-i386-libc |