Improved help message.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 7 Jul 2011 11:16:52 +0000 (13:16 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 7 Jul 2011 12:20:10 +0000 (14:20 +0200)
main.c

diff --git a/main.c b/main.c
index af3baac..18fe8e0 100644 (file)
--- a/main.c
+++ b/main.c
@@ -680,7 +680,7 @@ static void print_help_codegeneration(void)
        put_help("-falign-jumps",            "ignored (gcc compatibility)");
        put_help("-falign-functions",        "ignored (gcc compatibility)");
        put_help("-fPIC",                    "ignored (gcc compatibility)");
-       put_help("-ffast-math",              "same as fp-fast (gcc compatibility)");
+       put_help("-ffast-math",              "same as -ffp-fast (gcc compatibility)");
        puts("");
        puts("\tMost of these options can be used with a no- prefix to disable them");
        puts("\te.g. -fno-signed-char");