From: Richard Stallman Date: Thu, 24 Sep 1992 19:17:56 +0000 (+0000) Subject: (lang_options): Add Objc options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65faa6a4c4c9fc8c1d4383b45717b72294412107;p=gcc.git (lang_options): Add Objc options. From-SVN: r2230 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 184ce04b355..3689a4fbaa0 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -612,6 +612,12 @@ char *lang_options[] = "-Wno-overloaded-virtual", "-Wenum-clash", "-Wno-enum-clash", + + /* these are for obj c */ + "-lang-objc", + "-gen-decls", + "-Wselector", + "-Wno-selector", 0 };