Przeglądaj źródła

Add ppc64el support to cputable

Closes: #718945

Signed-off-by: Guillem Jover <guillem@debian.org>
Jeff Bailey 13 lat temu
rodzic
commit
4ef1e31843
2 zmienionych plików z 3 dodań i 0 usunięć
  1. 1 0
      cputable
  2. 2 0
      debian/changelog

+ 1 - 0
cputable

@@ -31,6 +31,7 @@ mips64		mips64		mips64			64	big
 mips64el	mips64el	mips64el		64	little
 powerpc		powerpc		(powerpc|ppc)		32	big
 ppc64		powerpc64	(powerpc|ppc)64		64	big
+ppc64el		powerpc64le	powerpc64le		64	little
 s390		s390		s390			32	big
 s390x		s390x		s390x			64	big
 sh3		sh3		sh3			32	little

+ 2 - 0
debian/changelog

@@ -21,6 +21,8 @@ dpkg (1.17.2) UNRELEASED; urgency=low
     Reported by Pedro Ribeiro <pedrib@gmail.com>.
   * Fix theoretical stack buffer overflow in w_dependency() on libdpkg, not
     currently applicable. Reported by Pedro Ribeiro <pedrib@gmail.com>.
+  * Add ppc64el support to cputable. Closes: #718945
+    Thanks to Jeff Bailey <jeffbailey@google.com>.
 
   [ Updated programs translations ]
   * Vietnamese (Trần Ngọc Quân).