Changes between Version 2 and Version 3 of gcc14-todo
- Timestamp:
- 02/01/2024 08:58:59 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gcc14-todo
v2 v3 8 8 9 9 Fedora uses [https://src.fedoraproject.org/rpms/expect/blob/rawhide/f/expect-configure-c99.patch a patch], but the patch needs to run autoconf. For LFS we can just pass `CC="gcc -std=gnu89"` to configure. 10 11 == Libxcrypt (4.4.36) 12 13 Fails to probe the `<ucontext.h>` header: https://github.com/besser82/libxcrypt/pull/178 14 15 It causes `test/explicit-bzero` skipped. Not a serious issue and we can ignore.