File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
GLIBJ_CLASSPATH ='$(top_builddir ) /lib/glibj.zip:$(top_builddir ) /lib'
3
3
4
4
# source, target and classpath options
5
- GCJ_OPTS = -fsource=1.5 -ftarget=1.5 --encoding=UTF-8 --bootclasspath=$(GLIBJ_CLASSPATH ) --classpath='$(top_builddir ) /tools/tools.zip'
6
- ECJ_OPTS = -source 1.5 -target 1.5 -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH ) -classpath '$(top_builddir ) /tools/tools.zip'
5
+ GCJ_OPTS = -fsource=1.6 -ftarget=1.6 --encoding=UTF-8 --bootclasspath=$(GLIBJ_CLASSPATH ) --classpath='$(top_builddir ) /tools/tools.zip'
6
+ ECJ_OPTS = -source 1.6 -target 1.6 -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH ) -classpath '$(top_builddir ) /tools/tools.zip'
7
7
8
8
if GCJ_JAVAC
9
9
JCOMPILER = $(JAVAC ) $(JAVACFLAGS ) $(GCJ_OPTS )
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ GLIBJ_CLASSPATH=asm:$(ANTLR_CLASSPATH)
15
15
# Setup the compiler to use the GNU Classpath library we just built.
16
16
17
17
# source, target and classpath options
18
- GCJ_OPTS = -fsource=1.5 -ftarget=1.5 --encoding=UTF-8 --bootclasspath=$(GLIBJ_BOOTCLASSPATH ) --classpath=$(GLIBJ_CLASSPATH )
19
- ECJ_OPTS = -source 1.5 -target 1.5 -encoding UTF-8 -bootclasspath $(GLIBJ_BOOTCLASSPATH ) -classpath $(GLIBJ_CLASSPATH )
18
+ GCJ_OPTS = -fsource=1.6 -ftarget=1.6 --encoding=UTF-8 --bootclasspath=$(GLIBJ_BOOTCLASSPATH ) --classpath=$(GLIBJ_CLASSPATH )
19
+ ECJ_OPTS = -source 1.6 -target 1.6 -encoding UTF-8 -bootclasspath $(GLIBJ_BOOTCLASSPATH ) -classpath $(GLIBJ_CLASSPATH )
20
20
21
21
if GCJ_JAVAC
22
22
JCOMPILER = $(JAVAC ) $(JAVACFLAGS ) $(GCJ_OPTS )
You can’t perform that action at this time.
0 commit comments