From c0966cd40f05f3a65b0c977b4b92586a58192f4b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 18 Dec 2013 14:22:51 -0800 Subject: [PATCH] micropeak: Compile for java 6 Don't a require later version as not all target OSes support it Signed-off-by: Keith Packard --- micropeak/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 098a00fb..af46abc0 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -1,5 +1,5 @@ JAVAROOT=classes -AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation +AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6 altoslibdir=$(libdir)/altos -- 2.30.2