The following commit has been merged in the master branch:
commit 9b289d2afa7cf9b9e3aa34d9a9a7dbe3f6486c47
Author: Guillem Jover <[email protected]>
Date: Sun Apr 14 17:52:45 2013 +0200
Add musl-linux support to ostable and triplettable
This is a new Linux architecture using the musl libc. More information
can be found on the porject website <http://www.musl-libc.org/>.
Requested-by: Kevin Bortis <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 3930239..9139d1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,6 +74,8 @@ dpkg (1.17.0) UNRELEASED; urgency=low
produce a reliable output file format.
* Drop archtable. It serves no purpose, it's Debian specific, it's
usually outdated, and everyone should be using dpkg-architecture anyway.
+ * Add musl-linux support to ostable and triplettable.
+ Requested-by Kevin Bortis <[email protected]>.
-- Guillem Jover <[email protected]> Fri, 03 Aug 2012 13:21:00 +0200
diff --git a/ostable b/ostable
index ddc4b04..1383150 100644
--- a/ostable
+++ b/ostable
@@ -14,6 +14,8 @@
# <Debian name> <GNU name> <config.guess regex>
uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi
uclibc-linux linux-uclibc linux[^-]*-uclibc
+musleabihf-linux linux-musleabihf linux[^-]*-musleabihf
+musl-linux linux-musl linux[^-]*-musl
gnueabihf-linux linux-gnueabihf linux[^-]*-gnueabihf
gnueabi-linux linux-gnueabi linux[^-]*-gnueabi
gnuspe-linux linux-gnuspe linux[^-]*-gnuspe
diff --git a/triplettable b/triplettable
index 11f8a54..e0d78a4 100644
--- a/triplettable
+++ b/triplettable
@@ -5,6 +5,8 @@
# <Debian triplet> <Debian arch>
uclibceabi-linux-arm uclibc-linux-armel
uclibc-linux-<cpu> uclibc-linux-<cpu>
+musleabihf-linux-arm musl-linux-armhf
+musl-linux-<cpu> musl-linux-<cpu>
gnueabihf-linux-arm armhf
gnueabi-linux-arm armel
gnuspe-linux-powerpc powerpcspe
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]