Patches from Amancio Hasty for FreeBSD. Until we can figure out otherwise,

use NSPR user-threads rather than pthreads.
This commit is contained in:
fur%netscape.com 1999-02-27 07:00:12 +00:00
parent 703c819e3a
commit 6da51e30c5
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,7 @@ else
CPU_ARCH := $(OS_TEST)
endif
IMPL_STRATEGY = _EMU
DEFAULT_COMPILER = gcc
CC = gcc
CXX = g++

View File

@ -31,9 +31,12 @@ endif
#
# Name of the binary code directories
#
ifndef IMPL_STRATEGY
IMPL_STRATEGY = _PTH
endif
OBJDIR_NAME = $(OS_TARGET)$(CPU_ARCH_TAG)$(OBJDIR_TAG).OBJ
NSPR_OBJDIR = $(OS_CONFIG)$(CPU_ARCH_TAG)_PTH$(OBJDIR_TAG).OBJ
NSPR_OBJDIR = $(OS_CONFIG)$(CPU_ARCH_TAG)$(IMPL_STRATEGY)$(OBJDIR_TAG).OBJ
#
# Install