mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
- sources are now hosted on Github - ficl have its own LICENSE file - remove one upstreamed patch - support only static lib - requires C11 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
config BR2_PACKAGE_FICL
|
|
bool "ficl"
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6 # C11/static_assert
|
|
help
|
|
Ficl is a programming language interpreter designed to be
|
|
embedded into other systems as a command, macro, and
|
|
development prototyping language.
|
|
Ficl is an acronym for "Forth Inspired Command Language".
|
|
|
|
https://ficl.sourceforge.net/
|
|
|
|
comment "ficl needs a gcc >= 4.6"
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|