/hg/release/icedtea7-forest-2.3/corba: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Oct 7 15:18:00 PDT 2013
changeset 92ba644f82df in /hg/release/icedtea7-forest-2.3/corba
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba?cmd=changeset;node=92ba644f82df
author: andrew
date: Wed Sep 04 17:48:23 2013 +0100
PR1551: Add build support for Zero AArch64
changeset db25aa0380d9 in /hg/release/icedtea7-forest-2.3/corba
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba?cmd=changeset;node=db25aa0380d9
author: andrew
date: Wed Sep 04 17:52:30 2013 +0100
PR1553: Add Debian AArch64 support
diffstat:
make/common/shared/Defs-java.gmk | 2 +-
make/common/shared/Platform.gmk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r ffc59f951801 -r db25aa0380d9 make/common/shared/Defs-java.gmk
--- a/make/common/shared/Defs-java.gmk Thu Aug 08 23:15:42 2013 +0100
+++ b/make/common/shared/Defs-java.gmk Wed Sep 04 17:52:30 2013 +0100
@@ -81,7 +81,7 @@
ifeq ($(ARCH_DATA_MODEL), 32)
JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=768
else
- JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=1536
+ JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=1664
endif
JAVAC_JVM_FLAGS += $(JAVA_TOOLS_FLAGS:%=-J%)
diff -r ffc59f951801 -r db25aa0380d9 make/common/shared/Platform.gmk
--- a/make/common/shared/Platform.gmk Thu Aug 08 23:15:42 2013 +0100
+++ b/make/common/shared/Platform.gmk Wed Sep 04 17:52:30 2013 +0100
@@ -154,7 +154,7 @@
# Arch and OS name/version
mach := $(shell uname -m)
ifneq (,$(wildcard /usr/bin/dpkg-architecture))
- mach := $(shell (dpkg-architecture -qDEB_BUILD_ARCH_CPU 2>/dev/null || echo $(mach)) | sed 's/powerpc$$/ppc/;s/hppa/parisc/')
+ mach := $(shell (dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null || echo $(mach)) | sed 's/arm64/aarch64/;s/powerpc$$/ppc/;s/hppa/parisc/')
endif
archExpr = case "$(mach)" in \
i[3-9]86) \
More information about the distro-pkg-dev
mailing list