diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 10:16:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 10:26:22 +0200 |
commit | 279e7b67b433d469f396313b26b59d58db42419a (patch) | |
tree | c5b0b49ce61e65f2a4058b2d1387b760ca11aea5 /package/openjdk7 | |
parent | bcd4dee82c4281dd12ffb04dc89008bdbf70da91 (diff) |
update gcc 4.8/4.9
Diffstat (limited to 'package/openjdk7')
-rw-r--r-- | package/openjdk7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile index ca7c4ed64..1faef01c1 100644 --- a/package/openjdk7/Makefile +++ b/package/openjdk7/Makefile @@ -26,7 +26,7 @@ PKG_BUILDDEP_UCLIBC_NG:=libiconv-tiny DISTFILES:= icedtea-$(PKG_VERSION).tar.xz WRKDIST= ${WRKDIR}/icedtea-${PKG_VERSION} -GCJ_VER:= 4.9.2 +GCJ_VER:= 4.9.3 PKG_HOST_DEPENDS:= linux PKG_ARCH_DEPENDS:= arm mips ppc x86 x86_64 |