From: Tobias Burnus Date: Tue, 5 Nov 2019 09:01:57 +0000 (+0100) Subject: Really add gcc/config/gcn/t-omp-device X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16a3a930ce83bc199bdae9c7e98914783c3ef534;p=gcc.git 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 --- 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 >> $@