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 a87f299..8159a22 100644
--- a/examples/n00bdemo/makefile
+++ b/examples/n00bdemo/makefile
@@ -15,7 +15,7 @@ LIBS = -llzp -lc -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lgcc
CFLAGS = -g -O2 -fno-builtin -fdata-sections -ffunction-sections
CPPFLAGS = $(CFLAGS) -fno-exceptions
AFLAGS = -g -msoft-float
-LDFLAGS = -g -Ttext=0x80010000 -gc-sections
+LDFLAGS = -g -Ttext=0x80010000 -gc-sections -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x
CC = $(PREFIX)gcc
CXX = $(PREFIX)g++