Rename the new option asmonly.
authorZoltan Varga <vargaz@gmail.com>
Thu, 28 Aug 2008 01:39:19 +0000 (01:39 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 28 Aug 2008 01:39:19 +0000 (01:39 -0000)
svn path=/trunk/mono/; revision=111774

mono/mini/aot-compiler.c

index efbabcb67ced687af754d25e31d6ee6b963593f6..8c8686edb729fe1377b75925db3b14b7e0af81f0 100644 (file)
@@ -3346,7 +3346,7 @@ mono_aot_parse_options (const char *aot_options, MonoAotOptions *opts)
                } else if (str_begins_with (arg, "static")) {
                        opts->static_link = TRUE;
                        opts->no_dlsym = TRUE;
-               } else if (str_begins_with (arg, "asm-only")) {
+               } else if (str_begins_with (arg, "asmonly")) {
                        opts->asm_only = TRUE;
                } else {
                        fprintf (stderr, "AOT : Unknown argument '%s'.\n", arg);