From: Niels Möller Date: Wed, 2 Apr 2025 14:16:21 +0000 (+0200) Subject: ChangeLog entries for check-fat-emulate. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fcheck-fat-emulate;p=thirdparty%2Fnettle.git ChangeLog entries for check-fat-emulate. --- diff --git a/ChangeLog b/ChangeLog index 58aa4081..6ddde442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2025-04-02 Niels Möller + + * .gitlab-ci.yml: Fix native/fat to actually run make + check-fat-override. Add an EXTRA_CHECK_TARGET variable also for + the .cross-build template, use it for check-fat-override where + applicable, and add check-fat-emulate to the powerpc64 builds. + + * Makefile.in (check-fat-override): Renamed target, from... + (check-fat): ... old name. + (check-fat-emulate): New target, similar to above, but varies the + -cpu flag passed to the emulator, instead of using + NETTLE_FAT_OVERRIDE. + + * configure.ac (FAT_OVERRIDE_LIST): Renamed variable, from... + (FAT_TEST_LIST): ... old name. + (FAT_EMULATE_LIST): New substituted variable. Set to "power8 + power9" for fat ppc64 builds. + 2025-03-24 Niels Möller * gcm.h (GCM_TABLE_BITS): Delete constant.