]> rtime.felk.cvut.cz Git - ulut.git/commit
uLUt allows minimal build suitable for mcs51 SDCC target.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 27 Nov 2009 01:18:13 +0000 (02:18 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 27 Nov 2009 01:18:13 +0000 (02:18 +0100)
commit1bfcfd9393da8d8742d612d4a4eb65d1748655ed
treecdbc5977981463112dc10bcc45a31a3dc9a21076
parent9ea4ae3242d73a8e453564e0b9140f627976d005
uLUt allows minimal build suitable for mcs51 SDCC target.

The mcs51 build requires SDCC with matured inline support
and C99 support. The proposed inline fixes can be found
in discussion under bug #1767885

  Parameters lost from scope of intermediate inline function

Next options has been included in config.omk to build this
minimal uLUt version.

CONFIG_OC_ULUT=y
CONFIG_OC_ULUTMINIMAL=y

CFLAGS  += --std-c99

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
ulut/Makefile.omk