Sfoglia il codice sorgente

Add armel support to ostable and triplettable. Closes: #414087

Guillem Jover 19 anni fa
parent
commit
3033c012c2
5 ha cambiato i file con 8 aggiunte e 4 eliminazioni
  1. 5 0
      ChangeLog
  2. 0 4
      TODO
  3. 1 0
      debian/changelog
  4. 1 0
      ostable
  5. 1 0
      triplettable

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-05-07  Guillem Jover  <guillem@debian.org>
+
+	* ostable: Add gnueabi-linux.
+	* triplettable: Add gnueabli-linux-arm to armel mapping.
+
 2007-05-07  Guillem Jover  <guillem@debian.org>
 
 	* scripts/controllib.pl (%debtriplet_to_debarch): New variable.

+ 0 - 4
TODO

@@ -18,10 +18,6 @@ lenny
 
  * Support Tag field.
 
- * Add armel support and by extension uclibc and other variants to be easily
-   allowed or added. The main problem I'm facing with this one is and nice a
-   clean implementation, the PoC and the idea how to fix it is present already.
-
 1.14.x
 ------
 

+ 1 - 0
debian/changelog

@@ -66,6 +66,7 @@ dpkg (1.14.0) UNRELEASED; urgency=low
     libraries. Thanks to Aaron M. Ucko. Closes: #421290
   * Generalize source architecture handling by abstracting it through the new
     Debian triplet.
+  * Add armel support to ostable and triplettable. Closes: #414087
 
   [ Updated dpkg translations ]
   * Romanian (Eddy Petri?or).

+ 1 - 0
ostable

@@ -14,6 +14,7 @@
 # system part of the output of the GNU config.guess script.
 #
 # <Debian name>	<GNU name>	<config.guess regex>
+gnueabi-linux	linux-gnueabi	linux[^-]*-gnueabi
 gnu-linux	linux-gnu	linux[^-]*(-gnu.*)?
 gnu-kfreebsd	kfreebsd-gnu	kfreebsd[^-]*(-gnu.*)?
 gnu-knetbsd	knetbsd-gnu	knetbsd[^-]*(-gnu.*)?

+ 1 - 0
triplettable

@@ -3,6 +3,7 @@
 # Supported variables: <cpu>
 #
 # <Debian triplet>	<Debian arch>
+gnueabi-linux-arm	armel
 gnu-linux-<cpu>		<cpu>
 gnu-kfreebsd-<cpu>	kfreebsd-<cpu>
 gnu-knetbsd-<cpu>	knetbsd-<cpu>