From 16a3a930ce83bc199bdae9c7e98914783c3ef534 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Tue, 5 Nov 2019 10:01:57 +0100 Subject: [PATCH] Really add gcc/config/gcn/t-omp-device gcc/ * config/gcn/t-omp-device: New. Should have been part of Rev. 277797. From-SVN: r277817 --- gcc/config/gcn/t-omp-device | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gcc/config/gcn/t-omp-device diff --git a/gcc/config/gcn/t-omp-device b/gcc/config/gcn/t-omp-device new file mode 100644 index 00000000000..288f7f065cb --- /dev/null +++ b/gcc/config/gcn/t-omp-device @@ -0,0 +1,4 @@ +omp-device-properties-gcn: $(srcdir)/config/gcn/gcn.c + echo kind: gpu > $@ + echo arch: gcn >> $@ + echo isa: carrizo fiji gfx900 gfx906 >> $@ -- 2.30.2