зеркало из https://github.com/mozilla/pjs.git
ReliantUNIX is renamed SINIX.
This commit is contained in:
Родитель
e680905372
Коммит
2f2115c237
|
@ -191,7 +191,7 @@ EXTRA_LIBS = -lsocket
|
||||||
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
|
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH),ReliantUNIX)
|
ifeq ($(OS_ARCH),SINIX)
|
||||||
EXTRA_LIBS = -lsocket -lnsl -lgen -ldl -lresolv /usr/ucblib/libucb.a
|
EXTRA_LIBS = -lsocket -lnsl -lgen -ldl -lresolv /usr/ucblib/libucb.a
|
||||||
# This hardcodes in the executable programs the directory to find
|
# This hardcodes in the executable programs the directory to find
|
||||||
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath
|
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath
|
||||||
|
|
|
@ -75,7 +75,7 @@ MDCPUCFG_H = _solaris.cfg
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH),ReliantUNIX)
|
ifeq ($(OS_ARCH),SINIX)
|
||||||
MDCPUCFG_H = _reliantunix.cfg
|
MDCPUCFG_H = _reliantunix.cfg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
* Internal configuration macros
|
* Internal configuration macros
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PR_LINKER_ARCH "reliantunix"
|
#define PR_LINKER_ARCH "sinix"
|
||||||
#define _PR_SI_SYSNAME "ReliantUNIX"
|
#define _PR_SI_SYSNAME "SINIX"
|
||||||
#define _PR_SI_ARCHITECTURE "mips"
|
#define _PR_SI_ARCHITECTURE "mips"
|
||||||
#define PR_DLL_SUFFIX ".so"
|
#define PR_DLL_SUFFIX ".so"
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,7 @@ endif
|
||||||
ifeq ($(OS_ARCH),UNIXWARE)
|
ifeq ($(OS_ARCH),UNIXWARE)
|
||||||
CSRCS += $(UNIXWARE_CSRCS)
|
CSRCS += $(UNIXWARE_CSRCS)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_ARCH),ReliantUNIX)
|
ifeq ($(OS_ARCH),SINIX)
|
||||||
CSRCS += $(RELIANTUNIX_CSRCS)
|
CSRCS += $(RELIANTUNIX_CSRCS)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_ARCH),NEC)
|
ifeq ($(OS_ARCH),NEC)
|
||||||
|
@ -170,8 +170,8 @@ ifeq ($(OS_ARCH),SunOS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH), ReliantUNIX)
|
ifeq ($(OS_ARCH), SINIX)
|
||||||
ASFILES = os_$(OS_ARCH).s
|
ASFILES = os_ReliantUNIX.s
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)
|
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)
|
||||||
|
|
|
@ -127,7 +127,7 @@ endif
|
||||||
ifeq ($(OS_ARCH),UNIXWARE)
|
ifeq ($(OS_ARCH),UNIXWARE)
|
||||||
CSRCS += $(UNIXWARE_CSRCS)
|
CSRCS += $(UNIXWARE_CSRCS)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_ARCH),ReliantUNIX)
|
ifeq ($(OS_ARCH),SINIX)
|
||||||
CSRCS += $(RELIANTUNIX_CSRCS)
|
CSRCS += $(RELIANTUNIX_CSRCS)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_ARCH),NEC)
|
ifeq ($(OS_ARCH),NEC)
|
||||||
|
@ -163,8 +163,8 @@ ifeq ($(OS_ARCH),SunOS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH), ReliantUNIX)
|
ifeq ($(OS_ARCH), SINIX)
|
||||||
ASFILES = os_$(OS_ARCH).s
|
ASFILES = os_ReliantUNIX.s
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)
|
ifeq ($(OS_ARCH)$(OS_RELEASE),BSD_OS2.1)
|
||||||
|
|
|
@ -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"
|
#include "primpl.h"
|
||||||
|
|
||||||
|
@ -89,12 +89,12 @@ _MD_WAKEUP_WAITER(PRThread *thread)
|
||||||
return PR_SUCCESS;
|
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 */
|
/* Why? Just copied it from UNIXWARE... flying-by-night, chrisk 040497 */
|
||||||
void
|
void
|
||||||
_MD_YIELD(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
|
PRStatus
|
||||||
|
@ -106,7 +106,7 @@ _MD_CREATE_THREAD(
|
||||||
PRThreadState state,
|
PRThreadState state,
|
||||||
PRUint32 stackSize)
|
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__)
|
#if defined(SNI) && !defined(__GNUC__)
|
||||||
/* make compiler happy */
|
/* make compiler happy */
|
||||||
return (PRStatus)NULL;
|
return (PRStatus)NULL;
|
||||||
|
|
|
@ -279,7 +279,7 @@ EXTRA_LIBS = -lsocket
|
||||||
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
|
export LD_RUN_PATH = $(PWD)/$(DIST)/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_ARCH),ReliantUNIX)
|
ifeq ($(OS_ARCH),SINIX)
|
||||||
EXTRA_LIBS = -lsocket -lnsl -lgen -ldl -lresolv /usr/ucblib/libucb.a
|
EXTRA_LIBS = -lsocket -lnsl -lgen -ldl -lresolv /usr/ucblib/libucb.a
|
||||||
# This hardcodes in the executable programs the directory to find
|
# This hardcodes in the executable programs the directory to find
|
||||||
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath
|
# libnspr.so etc. at program startup. Equivalent to the -R or -rpath
|
||||||
|
|
Загрузка…
Ссылка в новой задаче