diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-05-30 22:07:53 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-05-30 22:07:53 +0200 |
commit | cf7f797bcbfdd7b466153fe93cb3bb42facf3224 (patch) | |
tree | bb6d48c792ed94a4208d9ebef8921ddeee129b95 /hurd/debugging | |
parent | 227767728a20496a7581b9e96c61684db0f808ae (diff) |
GLIBC_PASSES doesn't actually work
Diffstat (limited to 'hurd/debugging')
-rw-r--r-- | hurd/debugging/glibc.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hurd/debugging/glibc.mdwn b/hurd/debugging/glibc.mdwn index 69a3beda..d3698256 100644 --- a/hurd/debugging/glibc.mdwn +++ b/hurd/debugging/glibc.mdwn @@ -35,9 +35,11 @@ There is a list of [[known failures|open_issues/glibc]]. --- -When building the debian glibc, to save yourself a double-compilation, use +When building the debian glibc, to save yourself a double-compilation, comment +in debian/sysdeps/hurd-i386.mk the lines about xen. Then to avoid the whole +testsuite, use: - GLIBC_PASSES=libc DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage + 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: |