Blame nss/coreconf/IRIX6.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
include $(CORE_DEPTH)/coreconf/IRIX.mk
Packit 40b132
Packit 40b132
ifndef NS_USE_GCC
Packit 40b132
	ifneq ($(USE_N32),1)
Packit 40b132
	OS_CFLAGS  += -32
Packit 40b132
	endif
Packit 40b132
	ODD_CFLAGS += -multigot
Packit 40b132
endif
Packit 40b132
Packit 40b132
ifeq ($(USE_PTHREADS),1)
Packit 40b132
OS_LIBS += -lpthread
Packit 40b132
endif