]> git.pld-linux.org Git - packages/icedtea8.git/blame - atomic.patch
add support for aarch32 port
[packages/icedtea8.git] / atomic.patch
CommitLineData
c6682ef3
JP
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.07943 seconds and 4 git commands to generate.