From: Richard Kenner Date: Mon, 4 Oct 1993 02:12:02 +0000 (-0400) Subject: (lang_options): Add temporary parameter "gnat". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a457294fe6b160b9a19b7c24013e4c31ef79b60b;p=gcc.git (lang_options): Add temporary parameter "gnat". From-SVN: r5588 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 42902835e17..581b57f108f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -663,6 +663,9 @@ char *lang_options[] = "-Wno-selector", "-Wprotocol", "-Wno-protocol", + + /* This is for GNAT and is temporary. */ + "-gnat", 0 };