Skip to content

Commit

Permalink
gcc params: Correct Minimum Value
Browse files Browse the repository at this point in the history
correct minimum value for selsched-max-sched-times.
Otherwise, GCC will throw an error:
"cc1: error: minimum value of parameter ‘selsched-max-sched-times’ is 1"
  • Loading branch information
tomerpaz76 committed Sep 15, 2019
1 parent 916f5d9 commit 63b5d62
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion compiler/gcc-4.4.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3960,7 +3960,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31020,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-4.5.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4360,7 +4360,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 30990,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-4.6.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4586,7 +4586,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31070,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-4.7.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4858,7 +4858,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31090,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-4.8.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5083,7 +5083,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31140,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-4.9.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5227,7 +5227,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31170,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-5.1.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5406,7 +5406,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-5.2.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5406,7 +5406,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-5.3.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5406,7 +5406,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-6.0.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5406,7 +5406,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-6.1.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-6.2.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-6.3.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-7.0.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down
2 changes: 1 addition & 1 deletion compiler/gcc-7.1.0-auto/.cm/desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,7 @@
"default": "",
"desc": "compiler flag: --param selsched-max-sched-times= (Maximum number of times that an insn could be scheduled)",
"explore_prefix": "--param selsched-max-sched-times=",
"explore_start": 0,
"explore_start": 1,
"explore_step": 1,
"explore_stop": 4,
"sort": 31160,
Expand Down

0 comments on commit 63b5d62

Please sign in to comment.