aboutsummaryrefslogtreecommitdiff
path: root/examples/n00bdemo/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/n00bdemo/makefile')
-rw-r--r--examples/n00bdemo/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/n00bdemo/makefile b/examples/n00bdemo/makefile
index 8159a22..96275fb 100644
--- a/examples/n00bdemo/makefile
+++ b/examples/n00bdemo/makefile
@@ -10,7 +10,7 @@ OFILES = $(addprefix build/,$(CFILES:.c=.o) $(AFILES:.s=.o))
INCLUDE += -I../../libpsn00b/lzp
LIBDIRS += -L../../libpsn00b/lzp
-LIBS = -llzp -lc -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lgcc
+LIBS = -llzp -lc -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lc
CFLAGS = -g -O2 -fno-builtin -fdata-sections -ffunction-sections
CPPFLAGS = $(CFLAGS) -fno-exceptions