]> git.pld-linux.org Git - packages/mold.git/commitdiff
up to 1.3.0 auto/th/mold-1.3.0-1
authorJan Palus <atler@pld-linux.org>
Sat, 18 Jun 2022 18:38:40 +0000 (20:38 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 18 Jun 2022 18:38:40 +0000 (20:38 +0200)
atomic.patch
mold.spec

index 3b6bfbe60ac61ed2a2f662643b044af35dac1518..032b2beb9f25860b83e08ae29823d22c8e9fb217 100644 (file)
@@ -1,9 +1,9 @@
 --- mold-1.2.0/Makefile.orig   2022-04-15 11:08:14.000000000 +0200
 +++ mold-1.2.0/Makefile        2022-04-18 15:00:15.960428924 +0200
 @@ -110,7 +110,7 @@
 --- mold-1.2.0/Makefile.orig   2022-04-15 11:08:14.000000000 +0200
 +++ mold-1.2.0/Makefile        2022-04-18 15:00:15.960428924 +0200
 @@ -110,7 +110,7 @@
- # '-latomic' flag is needed building on riscv64 system
- # RV32 system doesn't tested yet
- # seems like '-atomic' would be better but not working.
+ # '-latomic' flag is needed building on riscv64 system.
+ # Seems like '-atomic' would be better but not working.
 -ifeq ($(ARCH), riscv64)
 +ifneq (,$(filter armv6% riscv64, $(ARCH)))
    MOLD_LDFLAGS += -latomic
 -ifeq ($(ARCH), riscv64)
 +ifneq (,$(filter armv6% riscv64, $(ARCH)))
    MOLD_LDFLAGS += -latomic
index f695c533bdfdbd8e6a73abf942ba9cfe7f52b310..31fb14b0ea27e8bd084f9e1801630bc33dc51b09 100644 (file)
--- a/mold.spec
+++ b/mold.spec
@@ -1,11 +1,11 @@
 Summary:       mold: A Modern Linker
 Name:          mold
 Summary:       mold: A Modern Linker
 Name:          mold
-Version:       1.2.1
+Version:       1.3.0
 Release:       1
 License:       GPL v3+
 Group:         Development/Libraries
 Source0:       https://github.com/rui314/mold/archive/v%{version}/%{name}-%{version}.tar.gz
 Release:       1
 License:       GPL v3+
 Group:         Development/Libraries
 Source0:       https://github.com/rui314/mold/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 69ba53ea65a09354a5cec09d9c574472
+# Source0-md5: f7ed6a7246e6ef945494f51e70072ad4
 Patch0:                atomic.patch
 URL:           https://github.com/rui314/mold
 %ifarch %{armv6} riscv64
 Patch0:                atomic.patch
 URL:           https://github.com/rui314/mold
 %ifarch %{armv6} riscv64
@@ -14,7 +14,6 @@ BuildRequires:        libatomic-devel
 BuildRequires: libstdc++-devel >= 6:10
 BuildRequires: mimalloc-devel >= 1.7
 BuildRequires: openssl-devel
 BuildRequires: libstdc++-devel >= 6:10
 BuildRequires: mimalloc-devel >= 1.7
 BuildRequires: openssl-devel
-BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 2.007
 BuildRequires: tbb-devel >= 2021.3.0
 BuildRequires: zlib-devel
 BuildRequires: rpmbuild(macros) >= 2.007
 BuildRequires: tbb-devel >= 2021.3.0
 BuildRequires: zlib-devel
This page took 0.170651 seconds and 4 git commands to generate.