Remove the -mno-crt0 flag from build_prx.mak

`-mno-crt0` does not exist in current versions of psp-gcc installed by the toolchain, and `-nostartfiles` appears to be equivalent.
This commit is contained in:
Jessica Stokes
2018-08-17 21:42:01 -07:00
parent 300ec5c405
commit 7cb699f0b8

View File

@@ -29,7 +29,7 @@ CFLAGS := $(addprefix -I,$(INCDIR)) $(CFLAGS)
CXXFLAGS := $(CFLAGS) $(CXXFLAGS)
ASFLAGS := $(CFLAGS) $(ASFLAGS)
LDFLAGS := $(addprefix -L,$(LIBDIR)) -Wl,-q,-T$(PSPSDK)/lib/linkfile.prx -mno-crt0 -nostartfiles $(LDFLAGS)
LDFLAGS := $(addprefix -L,$(LIBDIR)) -Wl,-q,-T$(PSPSDK)/lib/linkfile.prx -nostartfiles $(LDFLAGS)
ifeq ($(PSP_FW_VERSION),)
PSP_FW_VERSION=150