From e25d4ea07b09e7e6df61777988c1fc104f0a538e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 4 Jun 2016 20:45:18 +0200 Subject: trick to build only libc.so --- hurd/debugging/glibc.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hurd') 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 -- cgit v1.2.3