comparison make/solaris/makefiles/product.make @ 3954:da0999c4b733

7071904: 4/4 HotSpot: Full Debug Symbols Summary: Add support for .debuginfo files for HSX libraries. Reviewed-by: poonam, dholmes, never
author dcubed
date Fri, 16 Sep 2011 16:21:20 -0700
parents 19241ae0d839
children 719f7007c8e8
comparison
equal deleted inserted replaced
3950:5a3c2bc614ca 3954:da0999c4b733
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)