aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-03 22:12:02 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-03 22:12:02 -0400
commita457294fe6b160b9a19b7c24013e4c31ef79b60b (patch)
tree5a6140da19d8a7d7f7af8a95f9741e2c14b41e58 /gcc
parentc1de946da147702bf8ca96449aaa56e02017f6e0 (diff)
downloadgcc-a457294fe6b160b9a19b7c24013e4c31ef79b60b.zip
gcc-a457294fe6b160b9a19b7c24013e4c31ef79b60b.tar.gz
gcc-a457294fe6b160b9a19b7c24013e4c31ef79b60b.tar.bz2
(lang_options): Add temporary parameter "gnat".
From-SVN: r5588
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c3
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
};