components/desktop/firefox/Makefile
changeset 7528 456a11fe7b7b
parent 7527 352b7a456c30
child 7548 ad7417efe433
equal deleted inserted replaced
7527:352b7a456c30 7528:456a11fe7b7b
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # parfait is a bit unhappy (22527218)
    26 # parfait is a bit unhappy (22527218)
    27 export PARFAIT_BUILD=no
    27 export PARFAIT_BUILD=no
    28 
    28 
    67 
    67 
    68 # Alignment issues on sparc: do not publish until resolved.
    68 # Alignment issues on sparc: do not publish until resolved.
    69 include $(WS_MAKE_RULES)/no-evaluation.mk
    69 include $(WS_MAKE_RULES)/no-evaluation.mk
    70 
    70 
    71 include $(WS_MAKE_RULES)/common.mk
    71 include $(WS_MAKE_RULES)/common.mk
       
    72 
       
    73 # Misaligned .bss causes core dumps on sparc.
       
    74 LD_MAP_NOEXDATA.sparc=
    72 
    75 
    73 # /usr/gnu/bin needed to pick up the GNU version of tail and readelf.
    76 # /usr/gnu/bin needed to pick up the GNU version of tail and readelf.
    74 # /usr/sbin needed for dtrace.
    77 # /usr/sbin needed for dtrace.
    75 PATH =			$(dirname $(CC)):/usr/gnu/bin:/usr/bin:/usr/sbin
    78 PATH =			$(dirname $(CC)):/usr/gnu/bin:/usr/bin:/usr/sbin
    76 
    79