diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-08-07 22:37:01 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-08-07 22:37:01 +0200 |
commit | 0b8b8d41eb07fd048cbe68acfe4b724e314bbb41 (patch) | |
tree | 08e61af3f963d66dfa2387a560bf65af30ece168 /CHECKLISTS | |
parent | c55eb8f8a6c83514c5d46c6992c6c6fa1069a889 (diff) | |
download | yosys-0b8b8d41eb07fd048cbe68acfe4b724e314bbb41.tar.gz yosys-0b8b8d41eb07fd048cbe68acfe4b724e314bbb41.tar.bz2 yosys-0b8b8d41eb07fd048cbe68acfe4b724e314bbb41.zip |
Fixed build with gcc-4.6
Diffstat (limited to 'CHECKLISTS')
-rw-r--r-- | CHECKLISTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHECKLISTS b/CHECKLISTS index 3a06e61e0..4a4216512 100644 --- a/CHECKLISTS +++ b/CHECKLISTS @@ -20,7 +20,7 @@ Update the CHANGELOG file: vi CHANGELOG -Run all tests with "make config-{clang-debug,gcc-debug,gcc-4.7,release}": +Run all tests with "make config-{clang-debug,gcc-debug,gcc-4.6,release}": cd ~yosys make clean |