soc/software/libcompiler_rt: fix mulsi3 compilation
This commit is contained in:
parent
80d78698e3
commit
8ced064160
|
@ -16,6 +16,9 @@ all: libcompiler_rt.a
|
||||||
libcompiler_rt.a: $(OBJECTS)
|
libcompiler_rt.a: $(OBJECTS)
|
||||||
$(AR) crs libcompiler_rt.a $(OBJECTS)
|
$(AR) crs libcompiler_rt.a $(OBJECTS)
|
||||||
|
|
||||||
|
mulsi3.o: $(SOC_DIRECTORY)/software/libcompiler_rt/mulsi3.c
|
||||||
|
$(compile)
|
||||||
|
|
||||||
%.o: $(SOC_DIRECTORY)/software/compiler_rt/lib/builtins/%.c
|
%.o: $(SOC_DIRECTORY)/software/compiler_rt/lib/builtins/%.c
|
||||||
$(compile)
|
$(compile)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue