comparison make/linux/makefiles/adlc.make @ 2199:d8a72fbc4be7

7003401: Implement VM error-reporting functionality on erroneous termination Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
author kamg
date Tue, 08 Feb 2011 17:20:45 -0500
parents b92c45f2bc75
children 0cd39a385a72 7e88bdae86ec
comparison
equal deleted inserted replaced
2197:5e139f767ddb 2199:d8a72fbc4be7
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.
37 ARCH = $(Platform_arch) 37 ARCH = $(Platform_arch)
38 OS = $(Platform_os_family) 38 OS = $(Platform_os_family)
39 39
40 SOURCE.AD = $(OUTDIR)/$(OS)_$(Platform_arch_model).ad 40 SOURCE.AD = $(OUTDIR)/$(OS)_$(Platform_arch_model).ad
41 41
42 SOURCES.AD = $(GAMMADIR)/src/$(HS_CLOSED_PATH)cpu/$(ARCH)/vm/$(Platform_arch_model).ad \ 42 SOURCES.AD = \
43 $(GAMMADIR)/src/$(HS_CLOSED_PATH)os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad 43 $(call altsrc-replace,$(HS_COMMON_SRC)/cpu/$(ARCH)/vm/$(Platform_arch_model).ad) \
44 $(call altsrc-replace,$(HS_COMMON_SRC)/os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad)
44 45
45 EXEC = $(OUTDIR)/adlc 46 EXEC = $(OUTDIR)/adlc
46 47
47 # set VPATH so make knows where to look for source files 48 # set VPATH so make knows where to look for source files
48 Src_Dirs_V += $(GAMMADIR)/src/share/vm/adlc 49 Src_Dirs_V += $(GAMMADIR)/src/share/vm/adlc