From e43792e88d8ebdc5f878d9857b9ab599ff1d582c Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Wed, 19 Jul 2023 13:38:43 +0200 Subject: lib.systems.bluefield2: remove cpu profile Some software, e.g. systemd, failed to build with set cpu profile. Signed-off-by: Markus Theil --- lib/systems/platforms.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/systems') diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 0b6a9f3891da7..d2e8f77bec03e 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -213,7 +213,6 @@ rec { bluefield2 = { gcc = { arch = "armv8-a+fp+simd+crc+crypto"; - cpu = "cortex-a72"; }; }; -- cgit 1.4.1