mirror of
https://github.com/tailix/mrubyvisor.git
synced 2025-06-30 19:22:38 -04:00
Add libkernaux configure args
This commit is contained in:
parent
9d698e92c6
commit
777f5d6430
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -24,6 +24,8 @@ MRUBYVISOR = $(ROOTFS)/boot/mrubyvisor.multiboot2
|
||||||
LIBKERNAUX_ARGS = \
|
LIBKERNAUX_ARGS = \
|
||||||
--enable-freestanding \
|
--enable-freestanding \
|
||||||
--enable-split-libc \
|
--enable-split-libc \
|
||||||
|
--enable-debug \
|
||||||
|
--disable-float \
|
||||||
--with-drivers \
|
--with-drivers \
|
||||||
--with-libc
|
--with-libc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue