From a457294fe6b160b9a19b7c24013e4c31ef79b60b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 3 Oct 1993 22:12:02 -0400 Subject: [PATCH] (lang_options): Add temporary parameter "gnat". From-SVN: r5588 --- gcc/toplev.c | 3 +++ 1 file changed, 3 insertions(+) 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 }; -- 2.30.2