* src/read.c (check_specials): [SV 62171] Reset ARFLAGS under .POSIX

This commit is contained in:
Dmitry Goncharov 2022-04-23 15:47:52 -04:00 committed by Paul Smith
parent 949c0464a9
commit 634ef057ad

View file

@ -1900,6 +1900,7 @@ static void check_specials (const struct nameseq* files, int set_default)
define_variable_cname ("FC", "fort77", o_default, 0);
define_variable_cname ("FFLAGS", "-O1", o_default, 0);
define_variable_cname ("SCCSGETFLAGS", "-s", o_default, 0);
define_variable_cname ("ARFLAGS", "-rv", o_default, 0);
continue;
}