This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cgraph offloading error?


On 10/30/15 15:30, Jeff Law wrote:
On 10/30/2015 04:16 PM, Nathan Sidwell wrote:

Cool.  I'll go ahead and add nvptx-elf to the list shortly on the assumption
this stuff will get fixed on way or another.

I've just committed nvptx-none

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 229595)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2015-10-30  Nathan Sidwell  <nathan@acm.org>
+
+	* config-list.mk (nvptx-none): Add it.
+
 2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
 
 	* download_prerequisites: Make sure that script is run from
Index: config-list.mk
===================================================================
--- config-list.mk	(revision 229595)
+++ config-list.mk	(working copy)
@@ -49,6 +49,7 @@ LIST = aarch64-elf aarch64-linux-gnu \
   msp430-elf \
   nds32le-elf nds32be-elf \
   nios2-elf nios2-linux-gnu nios2-rtems \
+  nvptx-none \
   pdp11-aout \
   powerpc-darwin8 \
   powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]