software/libcompiler-rt: adapt to new upstream directory organization
This commit is contained in:
parent
0c3f8f703d
commit
f76da70cda
|
@ -16,7 +16,7 @@ libcompiler-rt.a: $(OBJECTS)
|
||||||
$(AR) clr libcompiler-rt.a $(OBJECTS)
|
$(AR) clr libcompiler-rt.a $(OBJECTS)
|
||||||
$(RANLIB) libcompiler-rt.a
|
$(RANLIB) libcompiler-rt.a
|
||||||
|
|
||||||
%.o: $(CRTDIR)/lib/%.c
|
%.o: $(CRTDIR)/lib/builtins/%.c
|
||||||
$(compile-dep)
|
$(compile-dep)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in New Issue