This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e9ac525b435bb7c40fdd0d209de9b7b451bb7858

commit e9ac525b435bb7c40fdd0d209de9b7b451bb7858
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Jun 10 00:15:59 2025 +0200

    arch: Accept sparcv9 as an alias for GNU CPU name sparc64
    
    On Solaris, the toolchains (GNU and Clang) are configured with a triplet
    like «sparcv9-sun-solaris2.11», so we need to match that as well.
---
 data/cputable | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/cputable b/data/cputable
index 575c008e3..0da0281c3 100644
--- a/data/cputable
+++ b/data/cputable
@@ -51,4 +51,4 @@ 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         sparc(64|v9)            64      big

-- 
Dpkg.Org's dpkg

Reply via email to