changeset 2219:0a14ff0a8cc4

Fixed the OpenJDK build script to allow client compiler builds for x64 architecture.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 24 Feb 2011 13:41:58 +0100
parents 686f5091af28
children 2ab52cda08e5
files make/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/make/Makefile	Mon Feb 21 21:30:29 2011 +0100
+++ b/make/Makefile	Thu Feb 24 13:41:58 2011 +0100
@@ -165,13 +165,9 @@
 	@$(ECHO) "No compiler1 ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
   endif
 else
-  ifeq ($(ARCH_DATA_MODEL), 32)
 	$(CD) $(OUTPUTDIR); \
 	    $(MAKE) -f $(ABS_OS_MAKEFILE) \
 		      $(MAKE_ARGS) $(VM_TARGET)
-  else
-	@$(ECHO) "No compiler1 ($(VM_TARGET)) for ARCH_DATA_MODEL=$(ARCH_DATA_MODEL)"
-  endif
 endif
 
 # Build compiler2 (server) rule, different for platforms