Searched defs:OS_ARCH2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/
H A DMakefile122 OS_ARCH2-amd64:=x64
123 #OS_ARCH2-x64:=amd64
200 OS_ARCH2:=$(OS_ARCH2-$(OS_ARCH)) macro
201 ifeq ($(OS_ARCH2),)
202 OS_ARCH2:=$(OS_ARCH) macro
397 ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-$(OS_ARCH2)' ) ;\
400 ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- 'generic-$(OS_ARCH2)' ) ;\

Completed in 33 milliseconds