Commit b174e2d4 by Geert Bosch Committed by Geert Bosch

re PR ada/10020 (Can't bootstrap gcc on AIX with Ada enabled)

	PR ada/10020
	* link.c : Fix misspelled "const" keyword

From-SVN: r65115
parent 6c06208f
2003-03-31 Geert Bosch <bosch@gnat.com>
PR ada/10020
* link.c : Fix misspelled "const" keyword
2003-03-23 Mark Mitchell <mark@codesourcery.com>
PR c++/7086
......
......@@ -132,7 +132,7 @@ const char *object_library_extension = ".a";
const char *object_file_option = "-Wl,-f,";
const char *run_path_option = "";
int link_max = 15000;
cnonst unsigned char objlist_file_supported = 1;
const unsigned char objlist_file_supported = 1;
char shared_libgnat_default = STATIC;
unsigned char using_gnu_linker = 0;
const char *object_library_extension = ".a";
......
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