diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-03 22:12:02 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-03 22:12:02 -0400 |
commit | a457294fe6b160b9a19b7c24013e4c31ef79b60b (patch) | |
tree | 5a6140da19d8a7d7f7af8a95f9741e2c14b41e58 | |
parent | c1de946da147702bf8ca96449aaa56e02017f6e0 (diff) | |
download | gcc-a457294fe6b160b9a19b7c24013e4c31ef79b60b.zip gcc-a457294fe6b160b9a19b7c24013e4c31ef79b60b.tar.gz gcc-a457294fe6b160b9a19b7c24013e4c31ef79b60b.tar.bz2 |
(lang_options): Add temporary parameter "gnat".
From-SVN: r5588
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 4290283..581b57f 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 }; |