lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tuesday 29 March 2005 13:51, Julien MARBACH wrote:
> I have to modify the lua makefile to make it
> ucLinux-compatible i. e. change the compiler to m68k-elf-gcc, change
> libC to ucLibc ...
really?

> If anybody has ever done it, any help would be welcome.
not exactly, however, it should be quite similar to a dietlibc build,
which does not require anything touched but the config:
Leave LOADLIB and DLLIB empty (although it might work with ucLibc ?)
and set CC= diet -Os gcc -- that's all, works like a charme.


cheers