aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-04-21 08:22:39 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-04-21 08:22:39 -0400
commitc5993d837ce552216ab320cd2e653f50b78e66ac (patch)
tree86db39d8e83fc1ca89a67b7bf994cc2829185315 /gcc
parent8980b5a34d2d8953f64fe6ca428dd2fa00969aab (diff)
downloadgcc-c5993d837ce552216ab320cd2e653f50b78e66ac.zip
gcc-c5993d837ce552216ab320cd2e653f50b78e66ac.tar.gz
gcc-c5993d837ce552216ab320cd2e653f50b78e66ac.tar.bz2
(lang_options): Add -I for GNAT.
From-SVN: r9428
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index aa8f5e1..8d9a1c2 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -808,6 +808,7 @@ char *lang_options[] =
/* This is for GNAT and is temporary. */
"-gnat",
+ "-I",
0
};