https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92314
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Nov 1 23:34:21 2019 New Revision: 277735 URL: https://gcc.gnu.org/viewcvs?rev=277735&root=gcc&view=rev Log: PR bootstrap/92314 * configure.ac: Don't look for omp-device-properties files from installed offloading compilers. Instead add tmake_file snippets for configured offloading targets and use files they generate. * Makefile.in (install): Don't depend on install-omp-device-properties. (install-omp-device-properties): Remove goal. * config/i386/t-omp-device: New file. * config/i386/t-intelmic (omp-device-properties): Remove goal. * config/nvptx/t-omp-device: New file. * config/nvptx/t-nvptx (omp-device-properties): Remove goal. * configure: Regenerated. Added: trunk/gcc/config/i386/t-omp-device trunk/gcc/config/nvptx/t-omp-device Modified: trunk/gcc/ChangeLog trunk/gcc/Makefile.in trunk/gcc/config/i386/t-intelmic trunk/gcc/config/nvptx/t-nvptx trunk/gcc/configure trunk/gcc/configure.ac