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

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile28 archExpr = case "`$(UNAME) -p`" in \ macro
39 ARCH := $(shell $(archExpr) )
55 archExpr = case "`$(UNAME) -m`" in \ macro
66 ARCH := $(shell $(archExpr) )

Completed in 51 milliseconds