Commit 0bcbfabb by Aaron W. LaFramboise Committed by Danny Smith

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
parent 291aac59
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> 2003-05-27 Denis Chertykov <denisc@overta.ru>
* cselib.c (cselib_invalidate_regno): Abort if hardreg have a * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
......
...@@ -35,9 +35,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -35,9 +35,10 @@ Boston, MA 02111-1307, USA. */
} \ } \
while (0) 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 #undef STANDARD_INCLUDE_DIR
#define STANDARD_INCLUDE_DIR "/usr/local/mingw32/include" #define STANDARD_INCLUDE_DIR "/mingw/include"
#undef STANDARD_INCLUDE_COMPONENT #undef STANDARD_INCLUDE_COMPONENT
#define STANDARD_INCLUDE_COMPONENT "MINGW" #define STANDARD_INCLUDE_COMPONENT "MINGW"
...@@ -68,6 +69,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -68,6 +69,10 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC "%{shared|mdll:dllcrt2%O%s} \ #define STARTFILE_SPEC "%{shared|mdll:dllcrt2%O%s} \
%{!shared:%{!mdll:crt2%O%s}} %{pg:gcrt2%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. /* Output STRING, a string representing a filename, to FILE.
We canonicalize it to be in Unix format (backslashes are replaced We canonicalize it to be in Unix format (backslashes are replaced
forward slashes. */ forward slashes. */
......
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