You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normal 'make' or 'make all' does not require downloading prebuilt ELF
executables from the rv32emu-prebuilt repo. However, 'deps_emcc' always
depends on the 'artifact' target, even when not using emcc, causing 'make'
or 'make all' to always download prebuilt ELF executables. To prevent this,
the 'artifact' target is moved under the emcc build condition.
Related: #491
0 commit comments