diff options
author | Kwok Cheung Yeung <kcy@codesourcery.com> | 2023-11-07 22:02:28 +0000 |
---|---|---|
committer | Kwok Cheung Yeung <kcy@codesourcery.com> | 2023-11-07 22:20:53 +0000 |
commit | f5ddc3677389cbb2071d86c31edc87a3dc482f68 (patch) | |
tree | eac8bcc3b2e744576355d3003011044683904509 /gcc/gcov-io.cc | |
parent | 54bac0ce69b7a1c02b4cbb25d3d908a4ef59d5ad (diff) | |
download | gcc-f5ddc3677389cbb2071d86c31edc87a3dc482f68.zip gcc-f5ddc3677389cbb2071d86c31edc87a3dc482f68.tar.gz gcc-f5ddc3677389cbb2071d86c31edc87a3dc482f68.tar.bz2 |
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.
Diffstat (limited to 'gcc/gcov-io.cc')
0 files changed, 0 insertions, 0 deletions