SHA256
3
0
forked from pool/dpkg
dpkg/dpkg-sparc.diff

26 lines
793 B
Diff

From: Jan Engelhardt <jengelh@inai.de>
Date: 2013-07-03 11:48:39.034294424 +0200
X-Upstream: General patch applicable for all distributions.
cputable: support invocation via `./configure --host=sparcv9-linux-gnu`
autoconf knows to handle sparc*, but the dpkg specific
m4/dpkg-arch.m4 does not.
---
cputable | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: dpkg-1.16.10/cputable
===================================================================
--- dpkg-1.16.10.orig/cputable
+++ dpkg-1.16.10/cputable
@@ -37,5 +37,5 @@ sh3 sh3 sh3 32 little
sh3eb sh3eb sh3eb 32 big
sh4 sh4 sh4 32 little
sh4eb sh4eb sh4eb 32 big
-sparc sparc sparc 32 big
-sparc64 sparc64 sparc64 64 big
+sparc64 sparc64 sparc64.* 64 big
+sparc sparc sparc.* 32 big