]> git.pld-linux.org Git - packages/mold.git/blob - atomic.patch
032b2beb9f25860b83e08ae29823d22c8e9fb217
[packages/mold.git] / atomic.patch
1 --- mold-1.2.0/Makefile.orig    2022-04-15 11:08:14.000000000 +0200
2 +++ mold-1.2.0/Makefile 2022-04-18 15:00:15.960428924 +0200
3 @@ -110,7 +110,7 @@
4  
5  # '-latomic' flag is needed building on riscv64 system.
6  # Seems like '-atomic' would be better but not working.
7 -ifeq ($(ARCH), riscv64)
8 +ifneq (,$(filter armv6% riscv64, $(ARCH)))
9    MOLD_LDFLAGS += -latomic
10  endif
11  
This page took 0.062392 seconds and 3 git commands to generate.