Commit 3ad4a03a by Kwok Cheung Yeung Committed by Kwok Cheung Yeung

Fix Fortran linker errors on AMD GCN

2019-12-06  Kwok Cheung Yeung  <kcy@codesourcery.com>

	libgomp/
	* config/accel/proc.c (omp_get_num_procs): Apply ialias macro.

From-SVN: r279060
parent 08821333
2019-12-06 Kwok Cheung Yeung <kcy@codesourcery.com>
* config/accel/proc.c (omp_get_num_procs): Apply ialias macro.
2019-12-06 Tobias Burnus <tobias@codesourcery.com>
Kwok Cheung Yeung <kcy@codesourcery.com>
......
......@@ -39,3 +39,5 @@ omp_get_num_procs (void)
{
return gomp_icv (false)->nthreads_var;
}
ialias (omp_get_num_procs)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment