1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/coreconf/UNIXWARE2.1.mk Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + 1.9 +# 1.10 +# Config stuff for SCO Unixware 2.1 1.11 +# 1.12 + 1.13 +include $(CORE_DEPTH)/coreconf/UNIX.mk 1.14 + 1.15 +DEFAULT_COMPILER = $(CORE_DEPTH)/build/hcc 1.16 + 1.17 +CC = $(CORE_DEPTH)/build/hcc 1.18 +CCC = $(CORE_DEPTH)/build/hcpp 1.19 +RANLIB = true 1.20 +OS_CFLAGS = -KPIC -DSVR4 -DSYSV -DUNIXWARE 1.21 +MKSHLIB = $(LD) 1.22 +MKSHLIB += $(DSO_LDOPTS) 1.23 +DSO_LDOPTS += -G 1.24 +CPU_ARCH = x86 1.25 +ARCH = sco 1.26 +NOSUCHFILE = /solaris-rm-f-sucks 1.27 +ifdef MAPFILE 1.28 +# Add LD options to restrict exported symbols to those in the map file 1.29 +endif 1.30 +# Change PROCESS to put the mapfile in the correct format for this platform 1.31 +PROCESS_MAP_FILE = cp $< $@ 1.32 +