summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-05-17 22:05:08 +0000
committerwtc%netscape.com <devnull@localhost>1999-05-17 22:05:08 +0000
commit8378827d8337f8bfc94349c124f0985a39cdcc4d (patch)
treeafa1b88f6117c743f0cae352ded2e7c346ee0d0b
parentf621212d8b10217ee4e8fad51477c3dbeef3a8b8 (diff)
downloadnspr-hg-8378827d8337f8bfc94349c124f0985a39cdcc4d.tar.gz
Bugzilla bug #1816: handle Cygwin's uname return format on Win95 also.
-rw-r--r--config/arch.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/arch.mk b/config/arch.mk
index 4cb48319..d8b8ed3d 100644
--- a/config/arch.mk
+++ b/config/arch.mk
@@ -155,6 +155,10 @@ ifeq ($(OS_ARCH),Windows_95)
OS_ARCH := Windows_NT
OS_TARGET := WIN95
endif
+ifeq ($(OS_ARCH),CYGWIN_95-4.0)
+ OS_ARCH := CYGWIN_NT-4.0
+ OS_TARGET := WIN95
+endif
ifeq ($(OS_ARCH),OS2)
OS_ARCH := WINNT
OS_TARGET := OS2