From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13912 invoked by alias); 7 Apr 2007 20:14:12 -0000 Received: (qmail 13904 invoked by uid 22791); 7 Apr 2007 20:14:12 -0000 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 07 Apr 2007 21:14:09 +0100 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.43) id 1HaHK5-0002At-1u for mauve-patches@sources.redhat.com; Sat, 07 Apr 2007 22:15:45 +0200 Subject: Make sure we compile with -1.5 From: Mark Wielaard To: mauve-patches@sources.redhat.com Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vfUX+4DHY1cyAYZSPe/u" Date: Sat, 07 Apr 2007 20:14:00 -0000 Message-Id: <1175976844.4504.31.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Spam-Score: -4.4 (----) X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2007/txt/msg00021.txt.bz2 --=-vfUX+4DHY1cyAYZSPe/u Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 798 Hi, This patch makes sure that when ecj is used it is called with -1.5 to force 1.5 compilation. 2007-04-07 Mark Wielaard * Harness.java (compileStringBase): Add -1.5. Committed, Mark diff -u -r1.28 Harness.java --- Harness.java 12 Feb 2007 22:30:44 -0000 1.28 +++ Harness.java 7 Apr 2007 20:13:43 -0000 @@ -59,7 +59,7 @@ =20=20=20 // The options to pass to the compiler, needs to be augmented by the // bootclasspath, which should be the classpath installation directory - private static String compileStringBase =3D "-proceedOnError -nowarn"; + private static String compileStringBase =3D "-proceedOnError -nowarn -1.= 5"; =20=20=20 // The writers for ecj's out and err streams. private static PrintWriter ecjWriterOut =3D null; --=-vfUX+4DHY1cyAYZSPe/u Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBGF/uHxVhZCJWr9QwRAuULAJ45AriAcsgyr2bN3Tf5IvcEoYgo/QCcD6/u ZGhahGY0bfMWI+q2KWIAyRw= =DJwk -----END PGP SIGNATURE----- --=-vfUX+4DHY1cyAYZSPe/u--