/hg/icedtea6: Fix Hitachi SH settings
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Sun Apr 4 15:46:50 PDT 2010
changeset 8089180753c9 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8089180753c9
author: doko at ubuntu.com
date: Mon Apr 05 00:21:56 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 617eb9a6b993 -r 8089180753c9 ChangeLog
--- a/ChangeLog Sun Apr 04 23:13:18 2010 +0200
+++ b/ChangeLog Mon Apr 05 00:21:56 2010 +0200
@@ -1,3 +1,7 @@ 2010-04-04 Matthias Klose <doko at ubuntu
+2010-04-04 Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
+
+ * acinclude.m4 (IT_SET_ARCH_SETTINGS): Fix Hitachi SH settings.
+
2010-04-04 Matthias Klose <doko at ubuntu.com>
* configure.ac: Check for shared LLVM library.
diff -r 617eb9a6b993 -r 8089180753c9 acinclude.m4
--- a/acinclude.m4 Sun Apr 04 23:13:18 2010 +0200
+++ b/acinclude.m4 Mon Apr 05 00:21:56 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