From 5d30949f356f3840d3c4173effd6306d6ee49818e57c5ca4b523ca54f430b9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 8 Jun 2020 14:01:22 +0000 Subject: [PATCH] Accepting request 811856 from home:Guillaume_G:branches:devel:gcc - Enable build on aarch64 OBS-URL: https://build.opensuse.org/request/show/811856 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=8 --- nvptx-tools.changes | 5 +++++ nvptx-tools.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/nvptx-tools.changes b/nvptx-tools.changes index 581534c..3d8c05d 100644 --- a/nvptx-tools.changes +++ b/nvptx-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 3 12:02:34 UTC 2020 - Guillaume GARDET + +- Enable build on aarch64 + ------------------------------------------------------------------- Tue Sep 5 07:03:59 UTC 2017 - rguenther@suse.com diff --git a/nvptx-tools.spec b/nvptx-tools.spec index c3cfd9f..8b07777 100644 --- a/nvptx-tools.spec +++ b/nvptx-tools.spec @@ -31,8 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # tools for executing are not built. CUDA is not free software. BuildRequires: gcc-c++ # The package is used for NVPTX offloading support in GCC which is currently -# only enabled on x86_64 -ExclusiveArch: x86_64 +# only enabled on x86_64 and aarch64 +ExclusiveArch: x86_64 aarch64 %description A collection of tools for use with nvptx-none (NVIDIA Parallel Thread