1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/nix-meson-build-support
Sergei Zimmerman ebd311b7b7
meson: Correctly handle endianness for PowerPC CPU families
I've missed this while reviewing 6db6190002.
I only built big endian ppc64, so that didn't occur to me.

From meson manual:

> Those porting from autotools should note that Meson does not add
> endianness to the name of the cpu_family. For example, autotools will
> call little endian PPC64 "ppc64le", Meson will not, you must also check
> the .endian() value of the machine for this information.

This code should handle that correctly.
2025-07-22 03:27:27 +03:00
..
big-objs Only enable big-obj on Windows 2025-02-01 21:36:50 +11:00
common Add -Wundef to make #if FOO an error if not defined 2025-04-05 00:45:19 +02:00
default-system-cpu meson: Correctly handle endianness for PowerPC CPU families 2025-07-22 03:27:27 +03:00
deps-lists rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
export export/meson: Don't require -std=c++2a for -c libraries in .pc files 2025-05-23 12:06:59 +00:00
export-all-symbols rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
generate-header rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
libatomic rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
subprojects rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
windows-version flake: Add meson formatter 2025-06-11 22:08:03 +00:00