Blame nss/coreconf/OSF1V4.0.mk

Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
# On OSF1 V4.0, pthreads is the default implementation strategy.
Packit 40b132
# Classic nspr is also available.
Packit 40b132
Packit 40b132
ifneq ($(OS_RELEASE),V3.2)
Packit 40b132
	USE_PTHREADS = 1
Packit 40b132
	ifeq ($(CLASSIC_NSPR), 1)
Packit 40b132
		USE_PTHREADS =
Packit 40b132
		IMPL_STRATEGY := _CLASSIC
Packit 40b132
	endif
Packit 40b132
endif
Packit 40b132
Packit 40b132
#
Packit 40b132
# Config stuff for DEC OSF/1 V4.0
Packit 40b132
#
Packit 40b132
include $(CORE_DEPTH)/coreconf/OSF1.mk
Packit 40b132
Packit 40b132
ifeq ($(OS_RELEASE),V4.0)
Packit 40b132
	OS_CFLAGS += -DOSF1V4
Packit 40b132
endif