shithub: lwext4

Download patch

ref: 6e3301d5ce170df63d2e3f8ce02cb61519ca1bce
parent: b088876e58e9d57b0066f10d96ba02985457fda7
author: gkostka <kostka.grzegorz@gmail.com>
date: Mon Mar 21 16:39:02 EDT 2016

Remove depreciated blackfin build

Blackfin toolchain is too old to build lwext4 correctly

--- a/Makefile
+++ b/Makefile
@@ -27,13 +27,7 @@
 	cd build_generic && cmake -G"Unix Makefiles"          \
 	$(COMMON_DEFINITIONS)                                 \
 	-DCMAKE_TOOLCHAIN_FILE=../toolchain/generic.cmake ..
-	
-bf518:
-	rm -R -f build_bf518
-	mkdir build_bf518
-	cd build_bf518 && cmake -G"Unix Makefiles"            \
-	$(COMMON_DEFINITIONS)                                 \
-	-DCMAKE_TOOLCHAIN_FILE=../toolchain/bf518.cmake ..
+
 
 avrxmega7:
 	rm -R -f build_avrxmega7
--- a/README.md
+++ b/README.md
@@ -194,14 +194,6 @@
 not done yet. Lwext4 code is written with endianes respect. Big endian
 behavior also hasn't been tested yet.
 
-Build bf518 library:
-------------
-```bash
- make bf518
- cd build_bf518
- make lwext4
- ```
-
 Build avrxmega7 library:
 ------------
 ```bash
--- a/toolchain/bf518.cmake
+++ /dev/null
@@ -1,7 +1,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