rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-11 / patches / make_hotspot_lib_CompileJvm.gmk.patch
blobeb3a746389dac87f3efa08e4f9d7c5d1bd940773
1 $NetBSD$
3 Support SunOS/gcc.
5 --- a/make/hotspot/lib/CompileJvm.gmk.orig 2019-01-08 09:40:28.000000000 +0000
6 +++ b/make/hotspot/lib/CompileJvm.gmk
7 @@ -109,7 +109,7 @@ else ifeq ($(OPENJDK_TARGET_CPU), x86_64
8 endif
10 # Inline assembly for solaris
11 -ifeq ($(call isTargetOs, solaris), true)
12 +ifeq ($(TOOLCHAIN_TYPE), solstudio)
13 ifeq ($(call isTargetCpu, x86_64), true)
14 JVM_CFLAGS += $(TOPDIR)/src/hotspot/os_cpu/solaris_x86/solaris_x86_64.il
15 else ifeq ($(call isTargetCpu, sparcv9), true)