klib: move muldi3.S and div.S to riscv64-mycpu
* they will cause compile error with other ARCHs
This commit is contained in:
parent
17037fabb0
commit
07eb9ba416
5 changed files with 268 additions and 1 deletions
|
@ -6,6 +6,8 @@ LDFLAGS += -melf64lriscv
|
|||
|
||||
AM_SRCS := mycpu/start.S \
|
||||
mycpu/trm.c \
|
||||
mycpu/libgcc/muldi3.S \
|
||||
mycpu/libgcc/div.S \
|
||||
mycpu/ioe.c \
|
||||
mycpu/timer.c \
|
||||
mycpu/input.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue