r268024 - in /trunk: ChangeLog configure config...

ams@gcc.gnu.org ams@gcc.gnu.org
Thu Jan 17 12:34:00 GMT 2019


Author: ams
Date: Thu Jan 17 12:34:28 2019
New Revision: 268024

URL: https://gcc.gnu.org/viewcvs?rev=268024&root=gcc&view=rev
Log:
GCN back-end config

This patch contains the configuration adjustments needed to enable the GCN
back-end.

The new configure check for dlopen is required to allow building the new
gcn-run tool.  This tool uses libdl to load the HSA runtime libraries, which
are required to run programs on the GPU.  The tool is disabled if libdl is not
available.

2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
	    Kwok Cheung Yeung  <kcy@codesourcery.com>
	    Julian Brown  <julian@codesourcery.com>
	    Tom de Vries  <tom@codesourcery.com>
	    Jan Hubicka  <hubicka@ucw.cz>
	    Martin Jambor  <mjambor@suse.cz>

	* configure.ac: Likewise.
	* configure: Regenerate.
	* contrib/config-list.mk: Add amdgcn-amdhsa.

	gcc/
	* config.gcc: Add amdgcn*-*-amdhsa configuration.
	* configure.ac: Check for dlopen.
	* configure: Regenerate.


Modified:
    trunk/ChangeLog
    trunk/configure
    trunk/configure.ac
    trunk/contrib/config-list.mk
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/configure
    trunk/gcc/configure.ac



More information about the Gcc-cvs mailing list