changeset in /hg/icedtea6: 2008-07-20 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Sun Jul 20 08:04:16 PDT 2008
changeset 997c476274cd in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=997c476274cd
description:
2008-07-20 Matthias Klose <doko at ubuntu.com>
* acinclude.m4 (SET_ARCH_DIRS): Add powerpc and powerpc64 configs.
diffstat:
2 files changed, 14 insertions(+)
ChangeLog | 4 ++++
acinclude.m4 | 10 ++++++++++
diffs (31 lines):
diff -r 2f1e7255ab4d -r 997c476274cd ChangeLog
--- a/ChangeLog Wed Jul 16 10:10:45 2008 -0400
+++ b/ChangeLog Sun Jul 20 17:10:11 2008 +0200
@@ -1,3 +1,7 @@ 2008-07-16 Lillian Angel <langel at redha
+2008-07-20 Matthias Klose <doko at ubuntu.com>
+
+ * acinclude.m4 (SET_ARCH_DIRS): Add powerpc and powerpc64 configs.
+
2008-07-16 Lillian Angel <langel at redhat.com>
* Makefile.am: Fixed typos.
diff -r 2f1e7255ab4d -r 997c476274cd acinclude.m4
--- a/acinclude.m4 Wed Jul 16 10:10:45 2008 -0400
+++ b/acinclude.m4 Sun Jul 20 17:10:11 2008 +0200
@@ -16,6 +16,16 @@ AC_DEFUN([SET_ARCH_DIRS],
INSTALL_ARCH_DIR=arm
JRE_ARCH_DIR=arm
;;
+ powerpc-*-*)
+ BUILD_ARCH_DIR=ppc
+ INSTALL_ARCH_DIR=ppc
+ JRE_ARCH_DIR=ppc
+ ;;
+ powerpc64-*-*)
+ BUILD_ARCH_DIR=ppc64
+ INSTALL_ARCH_DIR=ppc64
+ JRE_ARCH_DIR=ppc64
+ ;;
sparc64-*-*)
BUILD_ARCH_DIR=sparcv9
INSTALL_ARCH_DIR=sparcv9
More information about the distro-pkg-dev
mailing list