This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix typo in `aot-compile' option list
- From: Andrew Haley <aph at redhat dot com>
- To: Roland Lutz <rlutz at hedmen dot org>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 20 Jun 2013 21:38:31 +0100
- Subject: Re: [PATCH] Fix typo in `aot-compile' option list
- References: <alpine dot DEB dot 2 dot 10 dot 1306202201490 dot 4616 at home dot local>
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.