[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 25 08:53:13 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think the configure scripts during build are run through
$(SHELL) $$s/$$module_srcdir/configure ...
from the toplevel makefile, so it doesn't care if it has executable permissions
or not.
Doesn't hurt to change the permissions of course.


More information about the Gcc-bugs mailing list