public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: mauve-patches@sources.redhat.com
Subject: Make sure we compile with -1.5
Date: Sat, 07 Apr 2007 20:14:00 -0000	[thread overview]
Message-ID: <1175976844.4504.31.camel@dijkstra.wildebeest.org> (raw)

[-- 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 --]

                 reply	other threads:[~2007-04-07 20:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1175976844.4504.31.camel@dijkstra.wildebeest.org \
    --to=mark@klomp.org \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).