security/nss/coreconf/NEC4.2.mk

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 #
     2 # This Source Code Form is subject to the terms of the Mozilla Public
     3 # License, v. 2.0. If a copy of the MPL was not distributed with this
     4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6 include $(CORE_DEPTH)/coreconf/UNIX.mk
     8 DEFAULT_COMPILER = $(CORE_DEPTH)/build/hcc
    10 CPU_ARCH		= mips
    12 ifdef NS_USE_GCC
    13 CC			= gcc
    14 CCC			= g++
    15 else
    16 CC			= $(CORE_DEPTH)/build/hcc
    17 OS_CFLAGS		= -Xa -KGnum=0 -KOlimit=4000
    18 CCC			= g++
    19 endif
    21 MKSHLIB			= $(LD) $(DSO_LDOPTS)
    22 ifdef MAPFILE
    23 # Add LD options to restrict exported symbols to those in the map file
    24 endif
    25 # Change PROCESS to put the mapfile in the correct format for this platform
    26 PROCESS_MAP_FILE = cp $< $@
    28 RANLIB			= /bin/true
    30 OS_CFLAGS		+= $(ODD_CFLAGS) -DSVR4 -D__SVR4 -DNEC -Dnec_ews -DHAVE_STRERROR
    31 OS_LIBS			= -lsocket -lnsl -ldl $(LDOPTIONS)
    32 LDOPTIONS		= -lc -L/usr/ucblib -lucb
    34 NOSUCHFILE		= /nec-rm-f-sucks
    36 DSO_LDOPTS		= -G

mercurial