diff options
Diffstat (limited to 'examples/cdrom/cdxa/makefile')
| -rw-r--r-- | examples/cdrom/cdxa/makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/cdrom/cdxa/makefile b/examples/cdrom/cdxa/makefile index 3e46301..8d6d215 100644 --- a/examples/cdrom/cdxa/makefile +++ b/examples/cdrom/cdxa/makefile @@ -24,11 +24,6 @@ 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) |
