This commit is contained in:
awe
2026-04-07 20:20:46 +03:00
parent fe6297d9b9
commit dff65627fe
7 changed files with 129 additions and 59 deletions

7
local.mk.example Normal file
View File

@ -0,0 +1,7 @@
# Local Blackfin toolchain override for this project.
#
# Option 1: point to the toolchain root that contains bin/bfin-elf-gcc
# BFIN_TOOLCHAIN := /opt/analog/bfin-elf
#
# Option 2: provide the full compiler prefix directly
# CROSS_COMPILE := /opt/analog/bfin-elf/bin/bfin-elf-