From: Martin Liska Date: Tue, 26 Jan 2021 11:48:35 +0000 (+0100) Subject: Fix missing equal symbol for -fprofile-reproducible opt. X-Git-Tag: releases/gcc-10.3.0~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7ae189d3ef385b29fa4d5aafa6e01e6111a336;p=thirdparty%2Fgcc.git Fix missing equal symbol for -fprofile-reproducible opt. gcc/ChangeLog: PR gcov-profile/98739 * common.opt: Add missing equal symbol. --- diff --git a/gcc/common.opt b/gcc/common.opt index dfed6ec76ba4..9cc47b16cac7 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2195,7 +2195,7 @@ Enum(profile_reproducibility) String(parallel-runs) Value(PROFILE_REPRODUCIBILIT EnumValue Enum(profile_reproducibility) String(multithreaded) Value(PROFILE_REPRODUCIBILITY_MULTITHREADED) -fprofile-reproducible +fprofile-reproducible= Common Joined RejectNegative Var(flag_profile_reproducible) Enum(profile_reproducibility) Init(PROFILE_REPRODUCIBILITY_SERIAL) -fprofile-reproducible=[serial|parallel-runs|multithreaded] Control level of reproducibility of profile gathered by -fprofile-generate.