Adapt to latest libfirm: "nooptcc=yes" is "optcc=false" now.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 6 Dec 2012 14:31:22 +0000 (15:31 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 6 Dec 2012 14:31:22 +0000 (15:31 +0100)
libfirm
main.c

diff --git a/libfirm b/libfirm
index d143d7f..34fe715 160000 (submodule)
--- a/libfirm
+++ b/libfirm
@@ -1 +1 @@
-Subproject commit d143d7f26df82f5504cdeb07732574ffd1175cdb
+Subproject commit 34fe71502a5b13847aaa3781deddac70942ef523
diff --git a/main.c b/main.c
index 3cb84fd..5870db8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1607,7 +1607,7 @@ int main(int argc, char **argv)
                        } else if (option[0] == 'g') {
                                /* TODO: parse -gX with 0<=x<=3... */
                                set_be_option("debug=frameinfo");
-                               set_be_option("ia32-nooptcc=yes");
+                               set_be_option("ia32-optcc=false");
                        } else if (SINGLE_OPTION('c')) {
                                mode = CompileAssemble;
                        } else if (SINGLE_OPTION('E')) {