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

From-SVN: r177272
This commit is contained in:
Rainer Orth 2011-08-03 14:20:05 +00:00 committed by Rainer Orth
parent 72c2f8102c
commit 2ee06322e8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
* make.adb (Gnatmake): Add to table Library_Projs only library projects

View File

@ -36,12 +36,12 @@
extern "C" {
#endif
#include <string.h>
#ifdef IN_GCC
#include "auto-host.h"
#endif
#include <string.h>
/* 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. */
/* This is useful on systems where the command line length is limited, */