]> git.pld-linux.org Git - packages/openjdk8.git/blob - atomic.patch
atomic patch from icedtea8
[packages/openjdk8.git] / atomic.patch
1 --- openjdk/hotspot/make/linux/makefiles/vm.make.orig   2021-01-06 14:05:49.577018554 +0100
2 +++ openjdk/hotspot/make/linux/makefiles/vm.make        2021-01-06 15:00:35.642849516 +0100
3 @@ -297,6 +297,9 @@
4      LIBS_VM                += $(STATIC_STDCXX)
5    else
6      LIBS_VM                += -lstdc++
7 +    ifeq ($(BUILDARCH), aarch32)
8 +      LIBS_VM                += -latomic
9 +    endif
10    endif
11  
12    LIBS_VM                  += $(LIBS)
This page took 0.093893 seconds and 3 git commands to generate.