diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-22 09:07:01 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-22 09:07:01 +0200 |
commit | 08fae7dd618b33b2e9f71aeb00cba066e8ee7576 (patch) | |
tree | 1887b996f454f09bc98831d2627dd5a9cb8e5a71 /hurd | |
parent | 7d50a5ef53bfec664a27648fd3fbf46174160f25 (diff) |
Advise where glibc build logs are
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/glibc.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 6c7080c2..8e330aef 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -36,11 +36,9 @@ Currently the master branch builds that way without any testsuite issue. To save some disk space, after the compilers stage you can remove src/mpc, src/mpfr, src/binutils, src/linux. -# Building - -One of the tests really put boxes on its knees: +Build logs are available in `/tmp/build/logs` - $ echo "tests-unsupported += test-lfs" >> sysdeps/mach/hurd/i386/Makefile +# Building One can build libc this way: |