mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 19:11:18 +02:00
11 lines
305 B
Makefile
11 lines
305 B
Makefile
--- hotspot/make/bsd/makefiles/gcc.make.orig
|
|
+++ hotspot/make/bsd/makefiles/gcc.make
|
|
@@ -112,6 +112,7 @@ ifeq ($(JVM_VARIANT_ZEROSHARK), true)
|
|
CFLAGS += $(LIBFFI_CFLAGS)
|
|
CFLAGS += $(LLVM_CFLAGS)
|
|
endif
|
|
+CFLAGS += -std=gnu++98
|
|
CFLAGS += $(VM_PICFLAG)
|
|
CFLAGS += -fno-rtti
|
|
CFLAGS += -fno-exceptions
|