diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2023-01-11 09:54:19 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2023-01-11 09:54:19 +0100 |
commit | 5801152779826481df6da6a2876d4b3aae5533cd (patch) | |
tree | 96dc79544fcd0c5ba311fdc1a76511c6e41ec434 /guidelines/Checklists | |
parent | 7b476996df962b63656152f643ff2181143f516e (diff) | |
download | yosys-5801152779826481df6da6a2876d4b3aae5533cd.tar.gz yosys-5801152779826481df6da6a2876d4b3aae5533cd.tar.bz2 yosys-5801152779826481df6da6a2876d4b3aae5533cd.zip |
Deprecate gcc-4.8
Diffstat (limited to 'guidelines/Checklists')
-rw-r--r-- | guidelines/Checklists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guidelines/Checklists b/guidelines/Checklists index 51756cfd7..75af12fa9 100644 --- a/guidelines/Checklists +++ b/guidelines/Checklists @@ -72,7 +72,7 @@ And if a version of the verific library is currently available: ../../yosys test_navre.ys -Finally run all tests with "make config-{clang,gcc,gcc-4.8}": +Finally run all tests with "make config-{clang,gcc}": cd ~yosys make clean |