guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: Revert "gnu: postgresql-13: Build without spinlocks on riscv64-li


From: guix-commits
Subject: 01/04: Revert "gnu: postgresql-13: Build without spinlocks on riscv64-linux."
Date: Thu, 2 Sep 2021 08:27:28 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

commit 0dbb020e89fc16419ade4be3aedbb75ce839f392
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Sep 2 15:16:53 2021 +0300

    Revert "gnu: postgresql-13: Build without spinlocks on riscv64-linux."
    
    This reverts commit c159e77d94a884077575db5727b5122a3c0debf7.
---
 gnu/packages/databases.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index dc540c1..c099706 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1054,11 +1054,6 @@ and high-availability (HA).")
                            ;; PostgreSQL installs its own Makefile (should 
it?).
                            ;; Prevent it from retaining needless references to
                            ;; the build tools in order to save size.
-
-                           ;; no spinlock support for riscv64.
-                           ,@(if (target-riscv?)
-                               `("--disable-spinlocks")
-                               '())
                            "MKDIR_P=mkdir -p" "INSTALL_BIN=install -c"
                            "LD=ld" "TAR=tar")
        #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]