From: Sebastien Bourdeauducq Date: Tue, 8 Apr 2014 13:29:23 +0000 (+0200) Subject: software/libcompiler-rt: adapt to new upstream directory organization X-Git-Tag: 24jan2021_ls180~2734 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f76da70cda70ce995658e15458bd2b0e148f3411;p=litex.git software/libcompiler-rt: adapt to new upstream directory organization --- diff --git a/software/libcompiler-rt/Makefile b/software/libcompiler-rt/Makefile index feeeb69c..f47290a0 100644 --- a/software/libcompiler-rt/Makefile +++ b/software/libcompiler-rt/Makefile @@ -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