File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,12 +233,12 @@ $(OUTPUT_LIB)/crt0.o : $(LIB_DIR)/crt0.S
233
233
$(VERBOSE)$(ASSEMBLE)
234
234
-$(COPY) $(OUTPUT_LIB)/crt0.o $(INSTALL_PREFIX)/lib/
235
235
236
- $(OUTPUT_LIB)/crtbegin.o : CFLAGS = -mcrt=clib4 $(STABS) $(OPTIONS) $(INCLUDES) -O0 -fno-aggressive-loop-optimizations
236
+ $(OUTPUT_LIB)/crtbegin.o : CFLAGS = $(STABS) $(OPTIONS) $(INCLUDES) -O0 -fno-aggressive-loop-optimizations
237
237
$(OUTPUT_LIB)/crtbegin.o : $(LIB_DIR)/crtbegin.c
238
238
$(VERBOSE)$(COMPILE)
239
239
-$(COPY) $(OUTPUT_LIB)/crtbegin.o $(INSTALL_PREFIX)/lib/
240
240
241
- $(OUTPUT_LIB)/crtend.o : CFLAGS = -mcrt=clib4 - O0 $(OPTIONS) $(INCLUDES) -fno-aggressive-loop-optimizations
241
+ $(OUTPUT_LIB)/crtend.o : CFLAGS = -O0 $(OPTIONS) $(INCLUDES) -fno-aggressive-loop-optimizations
242
242
$(OUTPUT_LIB)/crtend.o : $(LIB_DIR)/crtend.c
243
243
$(VERBOSE)$(COMPILE)
244
244
-$(COPY) $(OUTPUT_LIB)/crtend.o $(INSTALL_PREFIX)/lib/
@@ -339,7 +339,7 @@ define MAKESHARED
339
339
$(VERBOSE)@$(MAKEDIR) $(@D)
340
340
$(VERBOSE)@$(DELETE) $@
341
341
$(VERBOSE)echo -e "\rMaking Shared \033[0;31m$@\033[0m"
342
- $(VERBOSE)$(CC) -nostdlib -mcrt=clib4 - shared -o $@ $(OUTPUT_LIB)/shcrtbegin.o $^ $(OUTPUT_LIB)/shcrtend.o $(LOG_COMMAND) -Wl,-soname,$(@F)
342
+ $(VERBOSE)$(CC) -nostdlib -shared -o $@ $(OUTPUT_LIB)/shcrtbegin.o $^ $(OUTPUT_LIB)/shcrtend.o $(LOG_COMMAND) -Wl,-soname,$(@F)
343
343
endef
344
344
345
345
PatchForSPE : $(LIB_ROOT)/misc/PatchForSPE.cpp
You can’t perform that action at this time.
0 commit comments