author | dl |
Tue, 24 Mar 2009 19:42:23 -0700 | |
changeset 2428 | e63d91602813 |
parent 1247 | b4c26443dee5 |
child 2398 | b0e6622ee72e |
permissions | -rw-r--r-- |
2 | 1 |
# |
1247 | 2 |
# Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. Sun designates this |
|
8 |
# particular file as subject to the "Classpath" exception as provided |
|
9 |
# by Sun in the LICENSE file that accompanied this code. |
|
10 |
# |
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
21 |
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
22 |
# CA 95054 USA or visit www.sun.com if you need additional information or |
|
23 |
# have any questions. |
|
24 |
# |
|
25 |
||
26 |
# |
|
27 |
# Makefile for native threads HPI. |
|
28 |
# |
|
29 |
# Note: |
|
30 |
# The fdlibm libraries are built using special rules in Library.gmk. |
|
31 |
# |
|
32 |
||
33 |
BUILDDIR = ../.. |
|
34 |
LIBRARY = fdlibm |
|
35 |
PRODUCT = java |
|
917
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
36 |
|
2 | 37 |
include $(BUILDDIR)/common/Defs.gmk |
38 |
||
39 |
# |
|
40 |
# Where is fdlibm in the source tree? |
|
41 |
# |
|
42 |
FDLIBM_SRC = $(SHARE_SRC)/native/java/lang/fdlibm |
|
43 |
||
917
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
44 |
# Windows: compiler flags |
2 | 45 |
ifeq ($(PLATFORM),windows) |
46 |
# Turn all optimizations off |
|
917
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
47 |
OPTIMIZATION_LEVEL = NONE |
2 | 48 |
OTHER_CFLAGS = |
49 |
CPPFLAGS_DBG += -DLOGGING |
|
50 |
endif |
|
51 |
||
52 |
# |
|
917
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
53 |
# Linux: Disable optimization to get correctly reproducible |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
54 |
# floating-point results. |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
55 |
# |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
56 |
ifeq ($(PLATFORM),linux) |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
57 |
# Turn all optimizations off |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
58 |
OPTIMIZATION_LEVEL = NONE |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
59 |
endif |
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
60 |
|
75261da60fff
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents:
2
diff
changeset
|
61 |
# |
2 | 62 |
# Include path. |
63 |
# |
|
64 |
OTHER_INCLUDES = -I$(FDLIBM_SRC)/include |
|
65 |
||
66 |
# |
|
67 |
# Things that must be linked in. |
|
68 |
# |
|
69 |
OTHER_LDLIBS = |
|
70 |
||
71 |
# |
|
72 |
# Files to compile. |
|
73 |
# |
|
74 |
include FILES_c.gmk |
|
75 |
||
76 |
# |
|
77 |
# Rules for the .a file. |
|
78 |
# |
|
79 |
include $(BUILDDIR)/common/Library.gmk |
|
80 |
||
81 |
# |
|
82 |
# Find fdlibm source files. |
|
83 |
# |
|
84 |
vpath %.c |
|
85 |
vpath %.c $(FDLIBM_SRC)/src |