File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CC = $(PREFIX)-gcc
1818CXX = $(PREFIX ) -g++
1919READELF = $(PREFIX ) -readelf
2020OBJDUMP = $(PREFIX ) -objdump
21- CFLAGS = -Wl,-q $(DEFINES ) $(INCDIR ) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections
21+ CFLAGS = -Wl,-q $(DEFINES ) $(INCDIR ) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections
2222CXXFLAGS = $(CFLAGS ) -fno-unwind-tables -fno-rtti -fno-exceptions -Wno-deprecated -Wno-comment -Wno-sequence-point
2323ASFLAGS = $(CFLAGS ) --gc-sections
2424
@@ -31,7 +31,7 @@ $(TARGET).velf: $(TARGET).elf
3131 vita-elf-create $< $@ $(VITASDK)/bin/db.json
3232
3333$(TARGET ) .elf : $(OBJS )
34- $(CC ) $^ -o $@ $ (CFLAGS ) $(LIBS )
34+ $(CC ) $^ $ (CFLAGS ) $(LIBS ) -o $@
3535
3636clean :
3737 @rm -rf $(TARGET ) .elf $(TARGET ) .velf $(OBJS ) $(DATA ) /* .h
You can’t perform that action at this time.
0 commit comments