diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2016-03-21 20:39:02 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2016-03-21 20:39:02 +0100 |
| commit | 6e3301d5ce170df63d2e3f8ce02cb61519ca1bce (patch) | |
| tree | 213737529194c2ec6048512ea1fd0a091014721f /toolchain | |
| parent | b088876e58e9d57b0066f10d96ba02985457fda7 (diff) | |
Remove depreciated blackfin build
Blackfin toolchain is too old to build lwext4 correctly
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/bf518.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/bf518.cmake b/toolchain/bf518.cmake deleted file mode 100644 index 53bdf93..0000000 --- a/toolchain/bf518.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# Name of the target -set(CMAKE_SYSTEM_NAME Generic) -set(CMAKE_SYSTEM_PROCESSOR bf518) - -set(MCPU_FLAGS "-mcpu=bf518") - -include(${CMAKE_CURRENT_LIST_DIR}/common/bfin-elf.cmake)
\ No newline at end of file |
