Changes between Version 2 and Version 3 of gcc14-todo


Ignore:
Timestamp:
02/01/2024 08:58:59 PM (8 months ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gcc14-todo

    v2 v3  
    88
    99Fedora 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
     13Fails to probe the `<ucontext.h>` header: https://github.com/besser82/libxcrypt/pull/178
     14
     15It causes `test/explicit-bzero` skipped.  Not a serious issue and we can ignore.