2013-06-20 Roland Lutz <rlutz@hedmen.org>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jun 2013 13:58:20 +0000 (13:58 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jun 2013 13:58:20 +0000 (13:58 +0000)
  * contrib/aot-compile.in: Fix typo in option list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200469 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/contrib/aot-compile.in

index edb99f1..23a6acc 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-20  Roland Lutz  <rlutz@hedmen.org>
+
+       * contrib/aot-compile.in: Fix typo in option list.
+
 2013-06-20  Matthias Klose  <doko@ubuntu.com>
 
        * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
index 91cfc67..2ee6739 100644 (file)
@@ -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: