- Update to version 1.0+git.20240530.96f8fc5:
* ld: Global constructor/destructor support * Build in C++11 mode * Import 'config/ax_cxx_compile_stdcxx.m4' from GCC * Replace 'nvptx-none-run-single' with a locking mechanism in 'nvptx-none-run.exp' * Change github.com/MentorEmbedded to github.com/SourceryTools OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=23
This commit is contained in:
parent
614b42dbe9
commit
35b85e2ffa
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/MentorEmbedded/nvptx-tools</param>
|
||||
<param name="changesrevision">9962793f41e016318dc5eca07ae602041cf526ff</param></service></servicedata>
|
||||
<param name="changesrevision">96f8fc59a757767b9e98157d95c21e9fef22a93b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8a95b7fb9a0c07f95a111a8d471f5516bcb6ab9cc2adbdb07cd3af98e11009b
|
||||
size 661128
|
BIN
nvptx-tools-1.0+git.20240530.96f8fc5.tar.xz
(Stored with Git LFS)
Normal file
BIN
nvptx-tools-1.0+git.20240530.96f8fc5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 13:48:51 UTC 2024 - rguenther@suse.com
|
||||
|
||||
- Update to version 1.0+git.20240530.96f8fc5:
|
||||
* ld: Global constructor/destructor support
|
||||
* Build in C++11 mode
|
||||
* Import 'config/ax_cxx_compile_stdcxx.m4' from GCC
|
||||
* Replace 'nvptx-none-run-single' with a locking mechanism in 'nvptx-none-run.exp'
|
||||
* Change github.com/MentorEmbedded to github.com/SourceryTools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 07 12:46:17 UTC 2024 - rguenther@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nvptx-tools
|
||||
Version: 1.0+git.20240419.9962793
|
||||
Version: 1.0+git.20240530.96f8fc5
|
||||
Release: 0
|
||||
Summary: PTX language tools
|
||||
License: GPL-3.0-or-later
|
||||
@ -39,8 +39,6 @@ Execution) GCC toolchains.
|
||||
* nvptx-none-as: "assembler" for PTX.
|
||||
* nvptx-none-ld: "linker" for PTX.
|
||||
* nvptx-none-run: run PTX binaries compiled with -mmainkernel.
|
||||
* nvptx-none-run-single: like nvptx-none-run, but locked, such that
|
||||
system-wide, only one instance of it is running at a time.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -62,7 +60,6 @@ make DESTDIR=%{buildroot} install
|
||||
%{_bindir}/nvptx-none-nm
|
||||
%{_bindir}/nvptx-none-ranlib
|
||||
%{_bindir}/nvptx-none-run
|
||||
%{_bindir}/nvptx-none-run-single
|
||||
%doc COPYING3
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user