[openjdk-8] 02/02: Build with GCC 4.8 on saucy and trusty

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 20 14:52:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit 9ffa8452138cfc518ab3413ee68922bd87d29dfb
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 20 16:47:42 2014 +0200

    Build with GCC 4.8 on saucy and trusty
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 47803b4..5742d2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ openjdk-8 (8u5-b13-1) experimental; urgency=medium
   * JamVM is no longer recommended on architectures supporting Hotspot
   * Removed the transitional Cacao and openjdk-<n>-jre-lib packages
   * Suggest fonts-indic instead of ttf-indic-fonts (See #747694)
+  * Build using GCC 4.9 where available.
   * Changed to 3.0 (quilt) source format
   * Switch to debhelper level 9
   * Added a watch file
diff --git a/debian/rules b/debian/rules
index 608bd51..0fcceac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -262,6 +262,10 @@ else ifneq (,$(filter $(distrel),precise))
   export CC = gcc-4.6
   export CXX = g++-4.6
   GCJ_SUFFIX = -4.6
+else ifneq (,$(filter $(distrel),saucy trusty))
+  export CC = gcc-4.8
+  export CXX = g++-4.8
+  GCJ_SUFFIX = -4.8
 else
   export CC = gcc-4.9
   export CXX = g++-4.9
@@ -552,6 +556,8 @@ else ifneq (,$(filter $(distrel), wheezy))
   bd_gcc = g++-4.7, g++-4.4 [mips mipsel],
 else ifneq (,$(filter $(distrel), quantal raring))
   bd_gcc = g++-4.7,
+else ifneq (,$(filter $(distrel), saucy trusty))
+  bd_gcc = g++-4.8,
 else
   bd_gcc = g++-4.9,
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git



More information about the pkg-java-commits mailing list