mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 22:22:23 +00:00
af8da8b181
This sample works well for building the open-source first stage bootloader for the SiFive U540 device (and similar): https://github.com/sifive/freedom-u540-c000-bootloader Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
CT_EXPERIMENTAL=y
|
|
CT_ARCH_RISCV=y
|
|
# CT_DEMULTILIB is not set
|
|
CT_ARCH_USE_MMU=y
|
|
CT_ARCH_64=y
|
|
CT_DEBUG_GDB=y
|
|
# CT_GDB_CROSS_PYTHON is not set
|