/hg/release/icedtea7-forest-2.4/hotspot: Include defs.make in vm...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Nov 12 09:58:52 PST 2013


changeset 02f0bce4ac32 in /hg/release/icedtea7-forest-2.4/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/hotspot?cmd=changeset;node=02f0bce4ac32
author: andrew
date: Tue Nov 12 17:58:35 2013 +0000

	Include defs.make in vm.make so VM_LITTLE_ENDIAN is defined on Zero builds


diffstat:

 make/bsd/makefiles/vm.make   |  1 +
 make/linux/makefiles/vm.make |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 0505a797849f -r 02f0bce4ac32 make/bsd/makefiles/vm.make
--- a/make/bsd/makefiles/vm.make	Wed Oct 23 05:23:32 2013 +0100
+++ b/make/bsd/makefiles/vm.make	Tue Nov 12 17:58:35 2013 +0000
@@ -27,6 +27,7 @@
 
 # Common build rules.
 MAKEFILES_DIR=$(GAMMADIR)/make/$(Platform_os_family)/makefiles
+include $(GAMMADIR)/make/defs.make
 include $(MAKEFILES_DIR)/rules.make
 include $(GAMMADIR)/make/altsrc.make
 
diff -r 0505a797849f -r 02f0bce4ac32 make/linux/makefiles/vm.make
--- a/make/linux/makefiles/vm.make	Wed Oct 23 05:23:32 2013 +0100
+++ b/make/linux/makefiles/vm.make	Tue Nov 12 17:58:35 2013 +0000
@@ -27,6 +27,7 @@
 
 # Common build rules.
 MAKEFILES_DIR=$(GAMMADIR)/make/$(Platform_os_family)/makefiles
+include $(GAMMADIR)/make/defs.make
 include $(MAKEFILES_DIR)/rules.make
 include $(GAMMADIR)/make/altsrc.make
 


More information about the distro-pkg-dev mailing list