aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/gte/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/gte/makefile')
-rw-r--r--examples/graphics/gte/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/graphics/gte/makefile b/examples/graphics/gte/makefile
index 2cd5ed5..bfcaff1 100644
--- a/examples/graphics/gte/makefile
+++ b/examples/graphics/gte/makefile
@@ -18,11 +18,6 @@ CPPFLAGS = $(CFLAGS) -fno-exceptions
AFLAGS = -g -msoft-float
LDFLAGS = -g -Ttext=0x80010000 -gc-sections -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x
-CC = $(PREFIX)gcc
-CXX = $(PREFIX)g++
-AS = $(PREFIX)as
-LD = $(PREFIX)ld
-
all: $(OFILES)
$(LD) $(LDFLAGS) $(LIBDIRS) $(OFILES) $(LIBS) -o $(TARGET)
elf2x -q $(TARGET)