components/mpfr/Makefile
changeset 774 d0cbca26a17c
parent 609 775168282b2f
child 800 2ad056ed89ec
equal deleted inserted replaced
773:cfddc5466118 774:d0cbca26a17c
    17 #
    17 #
    18 # CDDL HEADER END
    18 # CDDL HEADER END
    19 #
    19 #
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
    27 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
    37 include ../../make-rules/prep.mk
    37 include ../../make-rules/prep.mk
    38 include ../../make-rules/configure.mk
    38 include ../../make-rules/configure.mk
    39 include ../../make-rules/ips.mk
    39 include ../../make-rules/ips.mk
    40 include ../../make-rules/lint-libraries.mk
    40 include ../../make-rules/lint-libraries.mk
    41 
    41 
       
    42 CLOBBER_PATHS += libmpfr.pc
    42 PATCH_LEVEL = 0
    43 PATCH_LEVEL = 0
    43 
    44 
    44 CFLAGS += -features=extinl,extensions
    45 CFLAGS += -features=extinl,extensions
    45 CFLAGS += -xustr=ascii_utf16_ushort -xcsi
    46 CFLAGS += -xustr=ascii_utf16_ushort -xcsi
    46 # -xthreadvar=%all: allow thread-local storage via __thread
    47 # -xthreadvar=%all: allow thread-local storage via __thread