changeset in /hg/icedtea: * configure: Match powerpc-*-* to ppc ...
Christian Thalinger
twisti at complang.tuwien.ac.at
Wed Sep 12 01:12:34 PDT 2007
changeset 094da98b9aa7 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=094da98b9aa7
description:
* configure: Match powerpc-*-* to ppc and powerpc64-*-* to ppc64.
diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
configure | 6 +++++-
diffs (18 lines):
diff -r 8c4bbe11b002 -r 094da98b9aa7 configure
--- a/configure Tue Sep 11 10:46:22 2007 -0400
+++ b/configure Wed Sep 12 10:12:27 2007 +0200
@@ -4858,9 +4858,13 @@ fi
BUILD_ARCH_DIR=i586
INSTALL_ARCH_DIR=i386
;;
- powerpc*-*-*)
+ powerpc-*-*)
BUILD_ARCH_DIR=ppc
INSTALL_ARCH_DIR=ppc
+ ;;
+ powerpc64-*-*)
+ BUILD_ARCH_DIR=ppc64
+ INSTALL_ARCH_DIR=ppc64
;;
s390*-*-*)
BUILD_ARCH_DIR=s390
More information about the distro-pkg-dev
mailing list