public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* Make sure we compile with -1.5
@ 2007-04-07 20:14 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2007-04-07 20:14 UTC (permalink / raw)
  To: mauve-patches

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

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  <mark@klomp.org>

        * 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 @@
   
   // 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 = "-proceedOnError -nowarn";
+  private static String compileStringBase = "-proceedOnError -nowarn -1.5";
   
   // The writers for ecj's out and err streams.
   private static PrintWriter ecjWriterOut = null;


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-07 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-07 20:14 Make sure we compile with -1.5 Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).