< prev index next >

make/RunTestsPrebuilt.gmk

Print this page
rev 59189 : imported patch build
rev 59190 : [mq]: build-01

*** 170,180 **** endif # Assume little endian unless otherwise specified OPENJDK_TARGET_CPU_ENDIAN := little - # ... all others use uname -m UNAME_CPU := $(shell $(UNAME) -m) ifeq ($(UNAME_CPU), i686) OPENJDK_TARGET_CPU := x86 OPENJDK_TARGET_CPU_BITS := 32 else --- 170,179 ----
< prev index next >