public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in `aot-compile' option list
@ 2013-06-20 20:10 Roland Lutz
  2013-06-20 20:38 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Lutz @ 2013-06-20 20:10 UTC (permalink / raw)
  To: gcc-patches, java-patches

Signed-off-by: Roland Lutz <rlutz@hedmen.org>
---
  libjava/contrib/aot-compile.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libjava/contrib/aot-compile.in b/libjava/contrib/aot-compile.in
index 91cfc67..2ee6739 100644
--- a/libjava/contrib/aot-compile.in
+++ b/libjava/contrib/aot-compile.in
@@ -52,7 +52,7 @@ try:
              sys.argv[1:],
              "M:C:D:m:c:l:e:",
              ["make=", "gcj=", "dbtool=",
-             "makeflags=" "gcjflags=", "ldflags=",
+             "makeflags=", "gcjflags=", "ldflags=",
               "exclude="])
          srcdir, dstdir = args
      except:
-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in `aot-compile' option list
  2013-06-20 20:10 [PATCH] Fix typo in `aot-compile' option list Roland Lutz
@ 2013-06-20 20:38 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2013-06-20 20:38 UTC (permalink / raw)
  To: Roland Lutz; +Cc: gcc-patches, java-patches

On 06/20/2013 09:09 PM, Roland Lutz wrote:
> Signed-off-by: Roland Lutz <rlutz@hedmen.org>
> ---
>   libjava/contrib/aot-compile.in |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libjava/contrib/aot-compile.in b/libjava/contrib/aot-compile.in
> index 91cfc67..2ee6739 100644
> --- a/libjava/contrib/aot-compile.in
> +++ b/libjava/contrib/aot-compile.in
> @@ -52,7 +52,7 @@ try:
>               sys.argv[1:],
>               "M:C:D:m:c:l:e:",
>               ["make=", "gcj=", "dbtool=",
> -             "makeflags=" "gcjflags=", "ldflags=",
> +             "makeflags=", "gcjflags=", "ldflags=",
>                "exclude="])
>           srcdir, dstdir = args
>       except:
> 

OK with a ChangeLog entry.

Andrew.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-20 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-20 20:10 [PATCH] Fix typo in `aot-compile' option list Roland Lutz
2013-06-20 20:38 ` Andrew Haley

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).