Re: [PATCH] Fix typo in `aot-compile' option list
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
On 06/20/2013 09:09 PM, Roland Lutz wrote: > Signed-off-by: Roland Lutz <[email protected]> > --- > 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.