software: make compiler-rt a submodule
This commit is contained in:
parent
8e4b89849c
commit
09773df186
|
@ -4,3 +4,6 @@
|
||||||
[submodule "verilog/mor1kx/submodule"]
|
[submodule "verilog/mor1kx/submodule"]
|
||||||
path = verilog/mor1kx/submodule
|
path = verilog/mor1kx/submodule
|
||||||
url = https://github.com/openrisc/mor1kx.git
|
url = https://github.com/openrisc/mor1kx.git
|
||||||
|
[submodule "software/compiler-rt"]
|
||||||
|
path = software/compiler-rt
|
||||||
|
url = http://llvm.org/git/compiler-rt.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a1448787a069603414e716adc8a41f866e28a4b4
|
|
@ -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/builtins/%.c
|
%.o: $(MSCDIR)/software/compiler-rt/lib/builtins/%.c
|
||||||
$(compile-dep)
|
$(compile-dep)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in New Issue