Commit 5ae3bec5 by Richard Kenner

(lang_options): Add -fhosted, -ffreestanding, and -Wmain.

From-SVN: r13519
parent 92fce8f5
/* Top level of GNU C compiler
Copyright (C) 1987, 88, 89, 92-5, 1996 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-6, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -662,6 +662,10 @@ char *lang_options[] =
"-fno-asm",
"-fbuiltin",
"-fno-builtin",
"-fhosted",
"-fno-hosted",
"-ffreestanding",
"-fno-freestanding",
"-fcond-mismatch",
"-fno-cond-mismatch",
"-fdollars-in-identifiers",
......@@ -692,6 +696,8 @@ char *lang_options[] =
"-Wno-import",
"-Wimplicit",
"-Wno-implicit",
"-Wmain",
"-Wno-main",
"-Wmissing-braces",
"-Wno-missing-braces",
"-Wmissing-declarations",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment