changeset in /hg/icedtea: 2007-11-07 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Wed Nov 7 08:23:50 PST 2007
changeset b99eec07b171 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=b99eec07b171
description:
2007-11-07 Gary Benson <gbenson at redhat.com>
* acinclude.m4 (SET_ARCH_DIRS): Remove redundant special cases.
* configure: Regenerated.
diffstat:
3 files changed, 5 insertions(+), 16 deletions(-)
ChangeLog | 5 +++++
acinclude.m4 | 8 --------
configure | 8 --------
diffs (48 lines):
diff -r 20436247b1ac -r b99eec07b171 ChangeLog
--- a/ChangeLog Fri Nov 02 12:53:15 2007 -0400
+++ b/ChangeLog Wed Nov 07 11:56:25 2007 +0000
@@ -1,3 +1,8 @@ 2007-11-02 Joshua Sumali <jsumali at redh
+2007-11-07 Gary Benson <gbenson at redhat.com>
+
+ * acinclude.m4 (SET_ARCH_DIRS): Remove redundant special cases.
+ * configure: Regenerated.
+
2007-11-02 Joshua Sumali <jsumali at redhat.com>
* rt/com/sun/media/sound/DataPusher.java: Removed stub since this is
diff -r 20436247b1ac -r b99eec07b171 acinclude.m4
--- a/acinclude.m4 Fri Nov 02 12:53:15 2007 -0400
+++ b/acinclude.m4 Wed Nov 07 11:56:25 2007 +0000
@@ -8,14 +8,6 @@ AC_DEFUN([SET_ARCH_DIRS],
i?86-*-*)
BUILD_ARCH_DIR=i586
INSTALL_ARCH_DIR=i386
- ;;
- powerpc-*-*)
- BUILD_ARCH_DIR=ppc
- INSTALL_ARCH_DIR=ppc
- ;;
- powerpc64-*-*)
- BUILD_ARCH_DIR=ppc64
- INSTALL_ARCH_DIR=ppc64
;;
*)
BUILD_ARCH_DIR=`uname -m`
diff -r 20436247b1ac -r b99eec07b171 configure
--- a/configure Fri Nov 02 12:53:15 2007 -0400
+++ b/configure Wed Nov 07 11:56:25 2007 +0000
@@ -4836,14 +4836,6 @@ fi
BUILD_ARCH_DIR=i586
INSTALL_ARCH_DIR=i386
;;
- powerpc-*-*)
- BUILD_ARCH_DIR=ppc
- INSTALL_ARCH_DIR=ppc
- ;;
- powerpc64-*-*)
- BUILD_ARCH_DIR=ppc64
- INSTALL_ARCH_DIR=ppc64
- ;;
*)
BUILD_ARCH_DIR=`uname -m`
INSTALL_ARCH_DIR=$BUILD_ARCH_DIR
More information about the distro-pkg-dev
mailing list