comparison make/linux/makefiles/top.make @ 1010:354d3184f6b2

6890308: integrate zero assembler hotspot changes Reviewed-by: never Contributed-by: gbenson@redhat.com
author never
date Tue, 13 Oct 2009 12:04:21 -0700
parents 0fc81f0a8ca8
children c18cbe5936b8
comparison
equal deleted inserted replaced
1009:03b336640699 1010:354d3184f6b2
72 $(VM)/includeDB_jvmti \ 72 $(VM)/includeDB_jvmti \
73 $(VM)/includeDB_features 73 $(VM)/includeDB_features
74 Include_DBs/COMPILER1 = $(Include_DBs/CORE) $(VM)/includeDB_compiler1 74 Include_DBs/COMPILER1 = $(Include_DBs/CORE) $(VM)/includeDB_compiler1
75 Include_DBs/COMPILER2 = $(Include_DBs/CORE) $(VM)/includeDB_compiler2 75 Include_DBs/COMPILER2 = $(Include_DBs/CORE) $(VM)/includeDB_compiler2
76 Include_DBs/TIERED = $(Include_DBs/CORE) $(VM)/includeDB_compiler1 $(VM)/includeDB_compiler2 76 Include_DBs/TIERED = $(Include_DBs/CORE) $(VM)/includeDB_compiler1 $(VM)/includeDB_compiler2
77 Include_DBs/ZERO = $(Include_DBs/CORE) $(VM)/includeDB_zero
77 Include_DBs = $(Include_DBs/$(TYPE)) 78 Include_DBs = $(Include_DBs/$(TYPE))
78 79
79 Cached_plat = $(GENERATED)/platform.current 80 Cached_plat = $(GENERATED)/platform.current
80 Cached_db = $(GENERATED)/includeDB.current 81 Cached_db = $(GENERATED)/includeDB.current
81 82