Commit a477ab83 by Andreas Jaeger Committed by Andreas Jaeger

lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canonical version.


	* lang.opt: Change -Wno-long-long to -Wlong-long since the latter
	is the canonical version.
	* misc.c (gnat_handle_option): Likewise.

From-SVN: r73607
parent c0040397
2003-11-14 Andreas Jaeger <aj@suse.de>
* lang.opt: Change -Wno-long-long to -Wlong-long since the latter
is the canonical version.
* misc.c (gnat_handle_option): Likewise.
* Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
* 5nsystem.ads: New file for x86_64-linux-gnu.
......
......@@ -45,7 +45,7 @@ Wwrite-strings
Ada
; Documented for C
Wno-long-long
Wlong-long
Ada
; Documented for C
......
......@@ -259,7 +259,7 @@ gnat_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED)
case OPT_Wmissing_prototypes:
case OPT_Wstrict_prototypes:
case OPT_Wwrite_strings:
case OPT_Wno_long_long:
case OPT_Wlong_long:
break;
/* This is handled by the front-end. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment