/hg/release/icedtea7-forest-2.3/hotspot: Include defs.make in vm...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Nov 12 10:00:40 PST 2013
changeset db4c82656465 in /hg/release/icedtea7-forest-2.3/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot?cmd=changeset;node=db4c82656465
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 f3744e5f1c26 -r db4c82656465 make/bsd/makefiles/vm.make
--- a/make/bsd/makefiles/vm.make Mon Sep 16 13:49:10 2013 -0700
+++ 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 f3744e5f1c26 -r db4c82656465 make/linux/makefiles/vm.make
--- a/make/linux/makefiles/vm.make Mon Sep 16 13:49:10 2013 -0700
+++ 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