Commit 2ee06322 by Rainer Orth Committed by Rainer Orth

* link.c: Include "auto-host.h" before system headers.

From-SVN: r177272
parent 72c2f810
2011-08-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* link.c: Include "auto-host.h" before system headers.
2011-08-03 Vincent Celier <celier@adacore.com> 2011-08-03 Vincent Celier <celier@adacore.com>
* make.adb (Gnatmake): Add to table Library_Projs only library projects * make.adb (Gnatmake): Add to table Library_Projs only library projects
......
...@@ -36,12 +36,12 @@ ...@@ -36,12 +36,12 @@
extern "C" { extern "C" {
#endif #endif
#include <string.h>
#ifdef IN_GCC #ifdef IN_GCC
#include "auto-host.h" #include "auto-host.h"
#endif #endif
#include <string.h>
/* objlist_file_supported is set to 1 when the system linker allows */ /* objlist_file_supported is set to 1 when the system linker allows */
/* response file, that is a file that contains the list of object files. */ /* response file, that is a file that contains the list of object files. */
/* This is useful on systems where the command line length is limited, */ /* This is useful on systems where the command line length is limited, */
......
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