mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/libcompiler-rt: adapt to new upstream directory organization
This commit is contained in:
parent
0c3f8f703d
commit
f76da70cda
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ libcompiler-rt.a: $(OBJECTS)
|
|||
$(AR) clr libcompiler-rt.a $(OBJECTS)
|
||||
$(RANLIB) libcompiler-rt.a
|
||||
|
||||
%.o: $(CRTDIR)/lib/%.c
|
||||
%.o: $(CRTDIR)/lib/builtins/%.c
|
||||
$(compile-dep)
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in a new issue