Author: ebourg-guest Date: 2017-01-10 17:40:40 +0000 (Tue, 10 Jan 2017) New Revision: 19199
Modified: trunk/ecj/debian/changelog trunk/ecj/debian/rules Log: Imported ecj/3.11.0-7 (new files) Modified: trunk/ecj/debian/changelog =================================================================== --- trunk/ecj/debian/changelog 2017-01-10 17:24:47 UTC (rev 19198) +++ trunk/ecj/debian/changelog 2017-01-10 17:40:40 UTC (rev 19199) @@ -1,3 +1,9 @@ +ecj (3.11.0-7) unstable; urgency=medium + + * Try to work around build failures on m68k, powerpcspe, ppc64 sh4, sparc64. + + -- Matthias Klose <[email protected]> Tue, 13 Sep 2016 10:54:29 +0200 + ecj (3.11.0-6) unstable; urgency=medium * Build ecj1 on any architecture. Modified: trunk/ecj/debian/rules =================================================================== --- trunk/ecj/debian/rules 2017-01-10 17:24:47 UTC (rev 19198) +++ trunk/ecj/debian/rules 2017-01-10 17:40:40 UTC (rev 19199) @@ -27,7 +27,7 @@ with_rebuild := yes with_sourcebuild := yes -ifneq (,$(filter $(DEB_HOST_ARCH), s390x)) +ifneq (,$(filter $(DEB_HOST_ARCH), m68k powerpcspe ppc64 s390x sh4 sparc64)) with_sourcebuild := endif _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

