The following commit has been merged in the master branch:
commit 9d015f4fb71cc13c9920c8d62f64f3c2f097389a
Author: Guillem Jover <[email protected]>
Date:   Sun Aug 2 18:04:01 2009 +0200

    Add uClibc Linux support to ostable and triplettable
    
    Closes: #455501

diff --git a/debian/changelog b/debian/changelog
index dbe76dd..35763b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ dpkg (1.15.4) UNRELEASED; urgency=low
   * Add fakeroot to dpkg-dev Recommends. Closes: #536821
   * Fix an always false test when trying to decide which package to deselect
     to resolve a dependency problem in dselect.
+  * Add uClibc Linux support to ostable and triplettable. Closes: #455501
 
   [ Raphael Hertzog ]
   * Replace install-info by a wrapper around GNU's install-info. The wrapper
diff --git a/ostable b/ostable
index 9cd8956..cfe5d77 100644
--- a/ostable
+++ b/ostable
@@ -14,6 +14,8 @@
 # system part of the output of the GNU config.guess script.
 #
 # <Debian name>                <GNU name>              <config.guess regex>
+uclibceabi-linux       linux-uclibceabi        linux[^-]*-uclibceabi
+uclibc-linux           linux-uclibc            linux[^-]*-uclibc
 gnueabi-linux          linux-gnueabi           linux[^-]*-gnueabi
 gnulp-linux            linux-gnulp             linux[^-]*-gnulp
 gnu-linux              linux-gnu               linux[^-]*(-gnu.*)?
diff --git a/triplettable b/triplettable
index db4a2ad..b9d9881 100644
--- a/triplettable
+++ b/triplettable
@@ -3,6 +3,8 @@
 # Supported variables: <cpu>
 #
 # <Debian triplet>     <Debian arch>
+uclibceabi-linux-arm   uclibc-linux-armel
+uclibc-linux-<cpu>     uclibc-linux-<cpu>
 gnueabi-linux-arm      armel
 gnulp-linux-i386       lpia
 gnu-linux-<cpu>                <cpu>

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to