summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-07-05 19:14:19 +0000
committercls%seawood.org <devnull@localhost>1999-07-05 19:14:19 +0000
commitc38a93d7dba137aef807c11b3705699912e25ba3 (patch)
tree801849549f51e112af105762113000be65c5bbff
parent7d97bb007fee6bce8f8a121b87daafc7f764151a (diff)
downloadnspr-hg-c38a93d7dba137aef807c11b3705699912e25ba3.tar.gz
Hit an impasse with windows x-compiling. Need a win32 guru. Cleaned up the detection of HOSTCC and handling of HOSTCFLAGS.
-rw-r--r--pr/src/md/windows/ntgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/windows/ntgc.c b/pr/src/md/windows/ntgc.c
index 52570904..6cd00005 100644
--- a/pr/src/md/windows/ntgc.c
+++ b/pr/src/md/windows/ntgc.c
@@ -88,7 +88,7 @@ PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
void *
GetMyFiberID()
{
-#if defined(_X86_)
+#if defined(_X86_) && !defined(__MINGW32__)
void *fiberData;
/* A pointer to our tib entry is found at FS:[18]