mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
23 lines
957 B
Diff
23 lines
957 B
Diff
--- old/make/Defs.gmk
|
|
+++ new/make/Defs.gmk
|
|
@@ -160,17 +160,17 @@
|
|
# for files needed to run othervm tests on oldest supported platforms
|
|
REGTEST_OLD_JAVAC = $(JDKHOME)/bin/javac
|
|
REGTEST_OLD_JAVAC_OPTIONS = \
|
|
- $(OLD_JAVAC_SOURCE_TARGET) $(JDK15_BOOTCLASSPATH) -Xlint:all,-options -Werror
|
|
+ $(OLD_JAVAC_SOURCE_TARGET) $(JDK15_BOOTCLASSPATH) -Xlint:all,-options
|
|
|
|
# for files needed to run agentvm tests (on platforms back to JDK 1.5)
|
|
REGTEST_AGENT_JAVAC = $(JDKHOME)/bin/javac
|
|
REGTEST_AGENT_JAVAC_OPTIONS = \
|
|
- $(AGENT_JAVAC_SOURCE_TARGET) $(JDK15_BOOTCLASSPATH) -Xlint:all,-options -Werror
|
|
+ $(AGENT_JAVAC_SOURCE_TARGET) $(JDK15_BOOTCLASSPATH) -Xlint:all,-options
|
|
|
|
# for files needed for jtreg tool
|
|
REGTEST_TOOL_JAVAC = $(JDKHOME)/bin/javac
|
|
REGTEST_TOOL_JAVAC_OPTIONS = \
|
|
- $(TOOL_JAVAC_SOURCE_TARGET) $(JDK18_BOOTCLASSPATH) -Xlint:all,-options -Werror
|
|
+ $(TOOL_JAVAC_SOURCE_TARGET) $(JDK18_BOOTCLASSPATH) -Xlint:all,-options
|
|
|
|
#----- JavaHelp
|
|
#
|