gcov: create folders with 0777.
libgcc/ChangeLog: PR gcov-profile/96035 * libgcov-driver-system.c: Create gcov folders with 0777 so that it respects a system umask.
This commit is contained in:
parent
02cada26e4
commit
24c35a5ef3
@ -115,7 +115,7 @@ create_file_directory (char *filename)
|
||||
/* Try to make directory if it doesn't already exist. */
|
||||
if (access (filename, F_OK) == -1
|
||||
#ifdef TARGET_POSIX_IO
|
||||
&& mkdir (filename, 0755) == -1
|
||||
&& mkdir (filename, 0777) == -1
|
||||
#else
|
||||
#ifdef mkdir
|
||||
#undef mkdir
|
||||
|
Loading…
Reference in New Issue
Block a user