aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LFS loongarch-12.0xry111/loongarch-12.0Xi Ruoyao2023-09-021-1/+1
|
* Merge remote-tracking branch 'origin/12.0' into xry111/loongarch-12.0Xi Ruoyao2023-09-026-24/+46
|\
| * Remove out of place paragraphsBruce Dubbs2023-08-311-3/+3
| |
| * LFS-12.0Bruce Dubbs2023-08-313-8/+17
| |
| * dependencies: sync Systemd external dependency list from BLFSXi Ruoyao2023-08-311-6/+18
| |
| * dependencies: Coreutils needs Autoconf and AutomakeXi Ruoyao2023-08-311-5/+6
| | | | | | | | | | The autoreconf command is from Autoconf, and "autoconf -fi" invokes automake.
| * hostreqs: Raise texinfo minimal version to 5.0Xi Ruoyao2023-08-301-2/+2
| | | | | | | | | | | | Binutils-2.41 FTBFS with texinfo-4.x. I've tested 5.0 and it works. Link: https://sourceware.org/bugzilla/show_bug.cgi?id=30703
* | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-08-293-2/+13
|\|
| * tar: The problematic test can also be skipped if security labels disabledXi Ruoyao2023-08-281-1/+2
| | | | | | | | | | For example, if CONFIG_EXT4_FS_SECURITY (Ext4 Security Labels) not set and we are building on an ext4 file system, the test will be skipeed.
| * tar: Mention TESTSUITEFLAGS for testingXi Ruoyao2023-08-281-0/+7
| |
| * gmp: On some CPUs more than 199 test can passXi Ruoyao2023-08-271-1/+3
| |
| * Fix zlib currencyBruce Dubbs2023-08-271-0/+1
| |
* | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-08-273-5/+15
|\|
| * changelog: Add ticket number for linux-6.4.12 updateXi Ruoyao2023-08-271-1/+2
| |
| * TypoThomas Trepl2023-08-261-1/+1
| |
| * Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-08-253-5/+7
| |\
| | * Move the zlib URL to anduinDouglas R. Reno2023-08-231-1/+1
| | |
| * | Update to linux-6.4.12.Bruce Dubbs2023-08-252-3/+12
| | |
* | | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-08-2514-124/+194
|\ \ \ | | |/ | |/|
| * | libxcrypt: typo and misplaced "nodump"Pierre Labastie2023-08-211-2/+2
| | |
| * | grub configuration: The instructions should be skipped for UEFI, but the ↵Xi Ruoyao2023-08-211-2/+4
| |/ | | | | | | text not
| * Update to udev-lfs-20230818Bruce Dubbs2023-08-184-3/+16
| |
| * gcc: Fix a grammar error in textXi Ruoyao2023-08-161-1/+1
| |
| * TypoBruce Dubbs2023-08-151-1/+1
| |
| * TypoBruce Dubbs2023-08-151-1/+1
| |
| * Update stats for systemd/dbusDouglas R. Reno2023-08-141-2/+2
| | | | | | | | Test results for dbus were clean
| * Various changes to whatsnew.xml and changelog.xmlDouglas R. Reno2023-08-142-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog.xml: Remove additional revision='sysv's for some of the udev changes Changelog.xml: Make the previous eudev update SysV only Changelog.xml: Remove duplicate 'xz' entry and replace it with the glibc memalign patch entry Whatsnew.xml: Document changes to gawk, tzdata, and texinfo Whatsnew.xml: Add the glibc patch to the new list
| * glibc: minor typo fixDouglas R. Reno2023-08-141-1/+1
| |
| * Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-08-145-12/+42
| |\
| * | Package updates.Bruce Dubbs2023-08-149-106/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to xz-5.4.4. Update to less-643. Update to meson-1.2.1. Update to linux-6.4.10. Update to iana-etc-20230810. Update to pkgconf-2.0.1. All build times and sizes were also checked and updated as needed.
* | | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-08-141-0/+18
|\ \ \ | | |/ | |/|
| * | grub cfg: Add an explanation for the insmod commandsXi Ruoyao2023-08-141-0/+18
| | |
* | | loongarch: elfutils: Bump patch againXi Ruoyao2023-08-141-2/+2
| | | | | | | | | | | | | | | Glibc LoongArch maintainer reminded me that I'd missed one reloc type in the previous version of the patch :(.
* | | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-08-104-12/+24
|\| |
| * | binutils: Remove libgprofng.a, add libgprofng.so into contents sectionXi Ruoyao2023-08-101-2/+14
| | |
| * | gawk: Move the creation of awk.1 after the explanation of the previous commandXi Ruoyao2023-08-091-6/+6
| | |
| * | coreutils: Use groupadd/groupdel for creating/removing dummy groupXi Ruoyao2023-08-091-2/+3
| | | | | | | | | | | | | | | | | | They look better than "echo >>" and "sed -i". And I think an example showing how to use groupadd/groupdel is good anyway. The format of /etc/group is already shown in chapter 7.
| * | ncurses: Simplify documentation install commandXi Ruoyao2023-08-091-2/+1
| |/
* | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-08-101-1/+1
|\|
| * Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-08-085-12/+17
| |\
| * | Fix sed in pkgconfBruce Dubbs2023-08-081-1/+1
| | |
* | | loongarch: kernel: Add EFI_ZBOOT (again)Xi Ruoyao2023-08-105-1/+10
| | | | | | | | | | | | Forgot to sync this when I merged trunk.
* | | loongarch: kernel: Disable relaxation for building a moduleXi Ruoyao2023-08-101-0/+8
| | | | | | | | | | | | Link: https://git.kernel.org/torvalds/c/03c53eb90c0c
* | | loongarch: util-linux: Remove the sed for test_enosysXi Ruoyao2023-08-101-4/+0
| | | | | | | | | | | | Not needed with util-linux-2.39.1.
* | | loongarch: Revert "groff: Update config.{guess,sub}"Xi Ruoyao2023-08-101-4/+0
| | | | | | | | | | | | | | | | | | This reverts commit d9247b93291fda6f387112d2415f944368189aab. No longer needed with groff-1.23.0.
* | | loongarch: Update elfutils patchXi Ruoyao2023-08-101-2/+2
| | | | | | | | | | | | To support new reloc types introduced with Binutils-2.41.
* | | loongarch: openssl: Use linux64-loongarch64 targetXi Ruoyao2023-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | With Binutils-2.41 we can enable the LSX accelerated AES routine. In the future (OpenSSL-3.2) we'll be able to remove this line and let the config script guess it automatically.
* | | loongarch: There seems no gprofng failureXi Ruoyao2023-08-081-2/+0
| | |
* | | loongarch: Revert "file: Update config.{guess,sub}"Xi Ruoyao2023-08-082-8/+0
| | | | | | | | | | | | | | | | | | This reverts commit c99204bcbc1e52d37fe8df3be27076fccb65f490. Not needed with file-5.45 now.
* | | loongarch: Revert "gmp: Update config.{guess,sub}"Xi Ruoyao2023-08-081-5/+1
| | | | | | | | | | | | | | | | | | This reverts commit dd34ffcce0e54b31fa26d11081dd82c6c333f14a. It's not needed with GMP 6.3.0.