Blame nss/coreconf/UNIXWARE2.1.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
#
Packit 40b132
# Config stuff for SCO Unixware 2.1
Packit 40b132
#
Packit 40b132
Packit 40b132
include $(CORE_DEPTH)/coreconf/UNIX.mk
Packit 40b132
Packit 40b132
DEFAULT_COMPILER = $(CORE_DEPTH)/build/hcc
Packit 40b132
Packit 40b132
CC         = $(CORE_DEPTH)/build/hcc
Packit 40b132
CCC         = $(CORE_DEPTH)/build/hcpp
Packit 40b132
RANLIB      = true
Packit 40b132
OS_CFLAGS   = -KPIC -DSVR4 -DSYSV -DUNIXWARE
Packit 40b132
MKSHLIB     = $(LD)
Packit 40b132
MKSHLIB    += $(DSO_LDOPTS)
Packit 40b132
DSO_LDOPTS += -G
Packit 40b132
CPU_ARCH    = x86
Packit 40b132
ARCH        = sco
Packit 40b132
NOSUCHFILE  = /solaris-rm-f-sucks
Packit 40b132
ifdef MAPFILE
Packit 40b132
# Add LD options to restrict exported symbols to those in the map file
Packit 40b132
endif
Packit 40b132
# Change PROCESS to put the mapfile in the correct format for this platform
Packit 40b132
PROCESS_MAP_FILE = cp $< $@
Packit 40b132