gcc/libgomp/config
Kwok Cheung Yeung f5ddc36773 Fix libgomp build on targets that are not Linux-based or accelerators
The patch 'openmp: Add support for the 'indirect' clause in C/C++'
introduced a new file target-indirect.c into the Makefile sources,
but that file was only present in config/linux/ and config/accel/,
so targets that are not Linux-based or GPU accelerators will not
pick it up and fail to build.

This is fixed by making the version in config/linux/ the default by
moving it into the base directory of libgomp.

2023-11-07  Kwok Cheung Yeung  <kcy@codesourcery.com>

	libgomp/
	* config/linux/target-indirect.c: Move to...
	* target-indirect.c: ...here.
2023-11-07 22:20:53 +00:00
..
accel openmp: Add support for the 'indirect' clause in C/C++ 2023-11-07 15:44:50 +00:00
bsd Update copyright years. 2023-01-16 11:52:17 +01:00
darwin Update copyright years. 2023-01-16 11:52:17 +01:00
gcn openmp: Add support for the 'indirect' clause in C/C++ 2023-11-07 15:44:50 +00:00
hpux Update copyright years. 2023-01-16 11:52:17 +01:00
linux Fix libgomp build on targets that are not Linux-based or accelerators 2023-11-07 22:20:53 +00:00
mingw32 Update copyright years. 2023-01-16 11:52:17 +01:00
nvptx openmp: Add support for the 'indirect' clause in C/C++ 2023-11-07 15:44:50 +00:00
posix Update copyright years. 2023-01-16 11:52:17 +01:00
rtems Update copyright years. 2023-01-16 11:52:17 +01:00
t-aix aix: remove libgomp and libatomic archives before creating FAT archives 2020-10-11 17:30:24 -04:00