The following commit has been merged in the master branch:
commit 57aafd682b597c8d4a462502644e47bb75e46f5a
Author: Guillem Jover <[email protected]>
Date: Sat Aug 15 22:32:26 2009 +0200
Do not match sparc architecture with sparc64-*-* triplet
A sparc64 userland needs a different Debian architecture, as each
GNU triplet should maps 1:1 to a Debian architecture.
diff --git a/cputable b/cputable
index 9ac39c6..5fefbcc 100644
--- a/cputable
+++ b/cputable
@@ -36,4 +36,4 @@ sh3 sh3 sh3 32
little
sh3eb sh3eb sh3eb 32 big
sh4 sh4 sh4 32 little
sh4eb sh4eb sh4eb 32 big
-sparc sparc sparc(64)? 32 big
+sparc sparc sparc 32 big
diff --git a/debian/changelog b/debian/changelog
index 6844105..964b841 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ dpkg (1.15.4) UNRELEASED; urgency=low
package. Closes: #540019
* Remove double slash in database path visible to the user in some error
conditions.
+ * Stop macthing sparc64-*-* GNU triplets with sparc Debian architecture.
[ Raphael Hertzog ]
* Replace install-info by a wrapper around GNU's install-info. The wrapper
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]