diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-05-13 11:10:49 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-05-13 11:10:49 +0000 |
commit | 71caddc5568f59a5990f39226f60979a7fe953ef (patch) | |
tree | 8977a467d9177a3e49a77b7112c31a945d213986 /gcc/ada/gcc-interface | |
parent | 8ae1ec924d6775e4ed3dab5546ff8344b63321ee (diff) | |
download | gcc-71caddc5568f59a5990f39226f60979a7fe953ef.zip gcc-71caddc5568f59a5990f39226f60979a7fe953ef.tar.gz gcc-71caddc5568f59a5990f39226f60979a7fe953ef.tar.bz2 |
optc-gen.awk: Error instead of warning for conflicting help.
2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
gcc/
* optc-gen.awk: Error instead of warning for conflicting help.
ada/
* gcc-interface/lang.opt (I): Comment out help text with no effect.
(nostdinc): Comment out help text with no effect.
From-SVN: r187437
Diffstat (limited to 'gcc/ada/gcc-interface')
-rw-r--r-- | gcc/ada/gcc-interface/lang.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/lang.opt b/gcc/ada/gcc-interface/lang.opt index 4839235..17e766e 100644 --- a/gcc/ada/gcc-interface/lang.opt +++ b/gcc/ada/gcc-interface/lang.opt @@ -48,7 +48,7 @@ Ada AdaWhy Alias(nostdlib) I Ada AdaWhy Joined Separate --I <dir>. Add <dir> to the end of the main source path +; Documented in C but it should be: -I <dir>. Add <dir> to the end of the main source path Wall Ada AdaWhy @@ -60,7 +60,7 @@ Synonym of -gnatk8 nostdinc Ada AdaWhy RejectNegative -Do not look for source files in standard path +; Documented in C but it should be: Do not look for source files in standard path nostdlib Ada AdaWhy |