diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-06-09 12:42:36 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-06-09 12:42:36 -0500 |
commit | 7e7600de9ef3d21f5c3927a31f3d7e4e4bc643bd (patch) | |
tree | 5b557896cd1f1dcb0a740c9a7e836a60fddba9e4 /chapter05/glibc.xml | |
parent | 2ebf4143a8e1dfac1f4855ae116aeabb3f50418a (diff) | |
parent | 6256b16baf9ebc6bf41a929523fb35378bac8208 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 66526ba4c..14f1fac6c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -89,7 +89,7 @@ cd build</userinput></screen> --prefix=/usr \ --host=$LFS_TGT \ --build=$(../scripts/config.guess) \ - --enable-kernel=&min-kernel; \ + --enable-kernel=&min-kernel; \ --with-headers=$LFS/usr/include \ libc_cv_slibdir=/usr/lib</userinput></screen> |