Blame nss/coreconf/QNX.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/UNIX.mk
Packit 40b132
Packit 40b132
USE_PTHREADS = 1
Packit 40b132
Packit 40b132
ifeq ($(USE_PTHREADS),1)
Packit 40b132
	IMPL_STRATEGY = _PTH
Packit 40b132
endif
Packit 40b132
Packit 40b132
CC			= qcc
Packit 40b132
CCC			= qcc
Packit 40b132
RANLIB			= ranlib
Packit 40b132
Packit 40b132
DEFAULT_COMPILER = qcc
Packit 40b132
ifeq ($(OS_TEST),mips)
Packit 40b132
	CPU_ARCH	= mips
Packit 40b132
else
Packit 40b132
	CPU_ARCH	= x86
Packit 40b132
endif
Packit 40b132
Packit 40b132
MKSHLIB		= $(CC) -shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
Packit 40b132
ifdef BUILD_OPT
Packit 40b132
	OPTIMIZER	= -O2
Packit 40b132
endif
Packit 40b132
Packit 40b132
OS_CFLAGS		= $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Vgcc_ntox86 -Wall -pipe -DNTO -DHAVE_STRERROR -D_QNX_SOURCE -D_POSIX_C_SOURCE=199506 -D_XOPEN_SOURCE=500
Packit 40b132
Packit 40b132
ifdef USE_PTHREADS
Packit 40b132
	DEFINES		+= -D_REENTRANT
Packit 40b132
endif
Packit 40b132
Packit 40b132
ARCH			= QNX
Packit 40b132
Packit 40b132
DSO_CFLAGS		= -Wc,-fPIC
Packit 40b132
DSO_LDOPTS		= -shared