This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]