This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] Fix typo in `aot-compile' option list
- From: Roland Lutz <rlutz at hedmen dot org>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 20 Jun 2013 22:09:10 +0200 (CEST)
- Subject: [PATCH] Fix typo in `aot-compile' option list
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