mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Patches from Amancio Hasty for FreeBSD. Until we can figure out otherwise,
use NSPR user-threads rather than pthreads.
This commit is contained in:
parent
703c819e3a
commit
6da51e30c5
@ -26,6 +26,7 @@ else
|
||||
CPU_ARCH := $(OS_TEST)
|
||||
endif
|
||||
|
||||
IMPL_STRATEGY = _EMU
|
||||
DEFAULT_COMPILER = gcc
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user