Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
elfldr: try to fix building with current ps2sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Sep 25, 2023
1 parent eacf63b commit 7dfa725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfldr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ EE_BIN = elfldr.elf
EE_OBJS = elfldr.o crt0.o

EE_INCS := -I$(PS2SDK)/ee/include -I$(PS2SDK)/common/include -I.
EE_CFLAGS := -D_EE -O2 -mgpopt -G8192 -Wall $(EE_INCS)
EE_CFLAGS := -D_EE -O2 -mgpopt -G0 -Wall $(EE_INCS)

EE_LDFLAGS = -nostartfiles -Tlinkfile -L$(PS2SDK)/ee/lib -s
EE_LIBS += -lkernel-nopatch
EE_LIBS += -lkernel

%.o : %.c
$(EE_CC) $(EE_CFLAGS) $(EE_INCS) -c $< -o $@
Expand Down

0 comments on commit 7dfa725

Please sign in to comment.