Makefile revision 830
219N/A# The contents of this file are subject to the terms of the 219N/A# Common Development and Distribution License (the "License"). 219N/A# You may not use this file except in compliance with the License. 219N/A# See the License for the specific language governing permissions 219N/A# and limitations under the License. 219N/A# When distributing Covered Code, include this CDDL HEADER in each 219N/A# If applicable, add the following below this CDDL HEADER, with the 219N/A# fields enclosed by brackets "[]" replaced with your own identifying 219N/A# information: Portions Copyright [yyyy] [name of copyright owner] 814N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 219N/A# -xthreadvar=%all: allow thread-local storage via __thread 219N/A# qualifier for all types of variables (global, static and dynamic) 219N/A# -Qoption ccfe -features=zla: allow VLA/ZLA in C++ (like in C99) 219N/A# assembler detection for GNU MP and GNU MPFR is done via MPN_PATH 219N/A# at ./configure time. GNU MPFR wants to know GNU MP's MPN_PATH.