mingw32.h (STANDARD_INCLUDE_DIR): Update.

2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>

	* config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
	(MD_STARTFILE_PREFIX): Define.

From-SVN: r67212
This commit is contained in:
Aaron W. LaFramboise 2003-05-28 20:54:19 +00:00 committed by Danny Smith
parent 291aac59a5
commit 0bcbfabb35
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
* config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
(MD_STARTFILE_PREFIX): Define.
2003-05-27 Denis Chertykov <denisc@overta.ru>
* cselib.c (cselib_invalidate_regno): Abort if hardreg have a

View File

@ -35,9 +35,10 @@ Boston, MA 02111-1307, USA. */
} \
while (0)
/* Specific a different directory for the standard include files. */
/* Override the standard choice of /usr/include as the default prefix
to try when searching for header files. */
#undef STANDARD_INCLUDE_DIR
#define STANDARD_INCLUDE_DIR "/usr/local/mingw32/include"
#define STANDARD_INCLUDE_DIR "/mingw/include"
#undef STANDARD_INCLUDE_COMPONENT
#define STANDARD_INCLUDE_COMPONENT "MINGW"
@ -68,6 +69,10 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC "%{shared|mdll:dllcrt2%O%s} \
%{!shared:%{!mdll:crt2%O%s}} %{pg:gcrt2%O%s}"
/* An additional prefix to try after the standard prefixes. */
#undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/mingw/lib/"
/* Output STRING, a string representing a filename, to FILE.
We canonicalize it to be in Unix format (backslashes are replaced
forward slashes. */