Skip to content

Commit

Permalink
feat: update amdgcn-tools-18 to 18.2
Browse files Browse the repository at this point in the history
linker tools for the amdgcn architecture

Issue: deepin-community/sig-deepin-sysdev-team#558
Log: update repo
  • Loading branch information
xzl01 authored and Zeno-sole committed Feb 5, 2025
1 parent f97ca5a commit 383b685
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
amdgcn-tools-18 (18.2) unstable; urgency=medium

* Bump to 19.
* Bump standards version.

-- Matthias Klose <[email protected]> Mon, 09 Sep 2024 11:25:03 +0200

amdgcn-tools-18 (18.1) unstable; urgency=medium

* Source-only upload.
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Priority: optional
Maintainer: Debian GCC Maintainers <[email protected]>
Uploaders: Matthias Klose <[email protected]>
Build-Depends: debhelper-compat (= 13),
llvm-18, lld-18
Standards-Version: 4.6.2
llvm-19, lld-19
Standards-Version: 4.7.0
#Vcs-Browser: https://salsa.debian.org/debian/amdgcn-tools
#Vcs-Git: https://salsa.debian.org/debian/amdgcn-tools.git
Rules-Requires-Root: no

Package: amdgcn-tools-18
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
llvm-18, lld-18
llvm-19, lld-19
Breaks: gcc-10-offload-amdgcn (<< 10.2.1-6),
gcc-11-offload-amdgcn (<< 11-20210110-0),
gcc-snapshot (<< 1:20210110-0~)
Expand Down
5 changes: 3 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

gcn_target_name = amdgcn-amdhsa

llvm_ver = 18
pkg_ver = 18
llvm_ver = 19

override_dh_link:
dh_link -pamdgcn-tools-$(llvm_ver) \
dh_link -pamdgcn-tools-$(pkg_ver) \
/usr/lib/llvm-$(llvm_ver)/bin/llvm-ar /usr/$(gcn_target_name)/bin/ar \
/usr/lib/llvm-$(llvm_ver)/bin/llvm-mc /usr/$(gcn_target_name)/bin/as \
/usr/lib/llvm-$(llvm_ver)/bin/lld /usr/$(gcn_target_name)/bin/ld \
Expand Down

0 comments on commit 383b685

Please sign in to comment.