Commit f5309ddf by Tom Wood

(lang_options): Add -fgnu-runtime and -fnext-runtime.

From-SVN: r4070
parent 2fb31127
...@@ -641,6 +641,10 @@ char *lang_options[] = ...@@ -641,6 +641,10 @@ char *lang_options[] =
/* these are for obj c */ /* these are for obj c */
"-lang-objc", "-lang-objc",
"-gen-decls", "-gen-decls",
"-fgnu-runtime",
"-fno-gnu-runtime",
"-fnext-runtime",
"-fno-next-runtime",
"-Wselector", "-Wselector",
"-Wno-selector", "-Wno-selector",
0 0
......
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