equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
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 |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. |
7 # published by the Free Software Foundation. |
66 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) |
66 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) |
67 |
67 |
68 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH) |
68 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH) |
69 endif |
69 endif |
70 |
70 |
71 # Don't strip in VM build; JDK build will strip libraries later |
71 # If we can create .debuginfo files, then the VM is stripped in vm.make |
|
72 # and this macro is not used. |
72 # LINK_LIB.CC/POST_HOOK += $(STRIP_LIB.CC/POST_HOOK) |
73 # LINK_LIB.CC/POST_HOOK += $(STRIP_LIB.CC/POST_HOOK) |
73 |
74 |
74 G_SUFFIX = |
75 G_SUFFIX = |
75 SYSDEFS += -DPRODUCT |
76 SYSDEFS += -DPRODUCT |
76 SYSDEFS += $(REORDER_FLAG) |
77 SYSDEFS += $(REORDER_FLAG) |