ReliantUNIX is renamed SINIX.

This commit is contained in:
wtc 1998-04-29 00:08:32 +00:00
parent fc1f06f9c2
commit 94d547105a
7 changed files with 15 additions and 15 deletions

View File

@ -191,7 +191,7 @@ EXTRA_LIBS = -lsocket
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
endif
ifeq ($(OS_ARCH),ReliantUNIX)
ifeq ($(OS_ARCH),SINIX)
EXTRA_LIBS = -lsocket -lnsl -lgen -ldl -lresolv /usr/ucblib/libucb.a
# This hardcodes in the executable programs the directory to find
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath

View File

@ -75,7 +75,7 @@ MDCPUCFG_H = _solaris.cfg
endif
endif
ifeq ($(OS_ARCH),ReliantUNIX)
ifeq ($(OS_ARCH),SINIX)
MDCPUCFG_H = _reliantunix.cfg
endif

View File

@ -28,8 +28,8 @@
* Internal configuration macros
*/
#define PR_LINKER_ARCH "reliantunix"
#define _PR_SI_SYSNAME "ReliantUNIX"
#define PR_LINKER_ARCH "sinix"
#define _PR_SI_SYSNAME "SINIX"
#define _PR_SI_ARCHITECTURE "mips"
#define PR_DLL_SUFFIX ".so"

View File

@ -134,7 +134,7 @@ endif
ifeq ($(OS_ARCH),UNIXWARE)
CSRCS += $(UNIXWARE_CSRCS)
endif
ifeq ($(OS_ARCH),ReliantUNIX)
ifeq ($(OS_ARCH),SINIX)
CSRCS += $(RELIANTUNIX_CSRCS)
endif
ifeq ($(OS_ARCH),NEC)
@ -170,8 +170,8 @@ ifeq ($(OS_ARCH),SunOS)
endif
endif
ifeq ($(OS_ARCH), ReliantUNIX)
ASFILES = os_$(OS_ARCH).s
ifeq ($(OS_ARCH), SINIX)
ASFILES = os_ReliantUNIX.s
endif
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)

View File

@ -127,7 +127,7 @@ endif
ifeq ($(OS_ARCH),UNIXWARE)
CSRCS += $(UNIXWARE_CSRCS)
endif
ifeq ($(OS_ARCH),ReliantUNIX)
ifeq ($(OS_ARCH),SINIX)
CSRCS += $(RELIANTUNIX_CSRCS)
endif
ifeq ($(OS_ARCH),NEC)
@ -163,8 +163,8 @@ ifeq ($(OS_ARCH),SunOS)
endif
endif
ifeq ($(OS_ARCH), ReliantUNIX)
ASFILES = os_$(OS_ARCH).s
ifeq ($(OS_ARCH), SINIX)
ASFILES = os_ReliantUNIX.s
endif
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)

View File

@ -17,7 +17,7 @@
*/
/*
* ReliantUNIX5.4 - copied from unixware.c by chrisk 040497
* SINIX (ReliantUNIX) 5.4 - copied from unixware.c by chrisk 040497
*/
#include "primpl.h"
@ -89,12 +89,12 @@ _MD_WAKEUP_WAITER(PRThread *thread)
return PR_SUCCESS;
}
/* These functions should not be called for ReliantUNIX */
/* These functions should not be called for SINIX */
/* Why? Just copied it from UNIXWARE... flying-by-night, chrisk 040497 */
void
_MD_YIELD(void)
{
PR_NOT_REACHED("_MD_YIELD should not be called for ReliantUNIX.");
PR_NOT_REACHED("_MD_YIELD should not be called for SINIX.");
}
PRStatus
@ -106,7 +106,7 @@ _MD_CREATE_THREAD(
PRThreadState state,
PRUint32 stackSize)
{
PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for ReliantUNIX.");
PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for SINIX.");
#if defined(SNI) && !defined(__GNUC__)
/* make compiler happy */
return (PRStatus)NULL;

View File

@ -279,7 +279,7 @@ EXTRA_LIBS = -lsocket
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
endif
ifeq ($(OS_ARCH),ReliantUNIX)
ifeq ($(OS_ARCH),SINIX)
EXTRA_LIBS = -lsocket -lnsl -lgen -ldl -lresolv /usr/ucblib/libucb.a
# This hardcodes in the executable programs the directory to find
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath