/hg/release/icedtea6-1.8: Fix Hitachi SH settings.
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Wed Apr 21 23:17:17 PDT 2010
changeset 3d01ec99a8a6 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=3d01ec99a8a6
author: doko at ubuntu.com
date: Thu Apr 22 07:48:15 2010 +0200
Fix Hitachi SH settings.
2010-04-04 Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
* acinclude.m4 (IT_SET_ARCH_SETTINGS): Fix Hitachi SH
settings.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
acinclude.m4 | 2 +-
diffs (23 lines):
diff -r a6a02193b073 -r 3d01ec99a8a6 ChangeLog
--- a/ChangeLog Wed Apr 21 11:33:13 2010 -0400
+++ b/ChangeLog Thu Apr 22 07:48:15 2010 +0200
@@ -1,3 +1,7 @@ 2010-04-21 Deepak Bhole <dbhole at redhat.
+2010-04-04 Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
+
+ * acinclude.m4 (IT_SET_ARCH_SETTINGS): Fix Hitachi SH settings.
+
2010-04-21 Deepak Bhole <dbhole at redhat.com>
* plugin/icedteanp/IcedTeaNPPlugin.cc
diff -r a6a02193b073 -r 3d01ec99a8a6 acinclude.m4
--- a/acinclude.m4 Wed Apr 21 11:33:13 2010 -0400
+++ b/acinclude.m4 Thu Apr 22 07:48:15 2010 +0200
@@ -85,7 +85,7 @@ AC_DEFUN([IT_SET_ARCH_SETTINGS],
CROSS_TARGET_ARCH=s390x
ARCHFLAG="-m64"
;;
- sh*-*-*)
+ sh*)
BUILD_ARCH_DIR=sh
INSTALL_ARCH_DIR=sh
JRE_ARCH_DIR=sh
More information about the distro-pkg-dev
mailing list