diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-11-29 20:18:38 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-11-29 20:18:38 +0800 |
| commit | 3d38a12ca171490e22c7b56cd19c008f2dadfb83 (patch) | |
| tree | 543653494423391c02fa21f5688baa90c67fdabe /examples/system | |
| parent | 60deeff6e078271a17cf77c6204edbbde846f0bd (diff) | |
| download | psn00bsdk-3d38a12ca171490e22c7b56cd19c008f2dadfb83.tar.gz | |
Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated memmove(), removed redundant toolchain definitions, added HDTV example
Diffstat (limited to 'examples/system')
| -rw-r--r-- | examples/system/childexec/makefile | 3 | ||||
| -rw-r--r-- | examples/system/console/makefile | 6 | ||||
| -rw-r--r-- | examples/system/timer/makefile | 5 | ||||
| -rw-r--r-- | examples/system/tty/makefile | 6 |
4 files changed, 0 insertions, 20 deletions
diff --git a/examples/system/childexec/makefile b/examples/system/childexec/makefile index 4475832..b1952fc 100644 --- a/examples/system/childexec/makefile +++ b/examples/system/childexec/makefile @@ -13,9 +13,6 @@ LDFLAGS = -g -gc-sections -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32 LDFLAGS_P = $(LDFLAGS) -Ttext=0x80010000 LDFLAGS_C = $(LDFLAGS) -Ttext=0x80030000 -CC = $(PREFIX)gcc -LD = $(PREFIX)ld - all: child parent child: build/child.o diff --git a/examples/system/console/makefile b/examples/system/console/makefile index d7e9374..4e0456e 100644 --- a/examples/system/console/makefile +++ b/examples/system/console/makefile @@ -34,12 +34,6 @@ AFLAGS = -g -msoft-float LDFLAGS = -g -Ttext=0x80010000 -gc-sections \ -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x -# Toolchain programs -CC = $(PREFIX)gcc -CXX = $(PREFIX)g++ -AS = $(PREFIX)as -LD = $(PREFIX)ld - all: $(OFILES) $(LD) $(LDFLAGS) $(LIBDIRS) $(OFILES) $(LIBS) -o $(TARGET) elf2x -q $(TARGET) diff --git a/examples/system/timer/makefile b/examples/system/timer/makefile index 3fe1562..4b4c1a6 100644 --- a/examples/system/timer/makefile +++ b/examples/system/timer/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) diff --git a/examples/system/tty/makefile b/examples/system/tty/makefile index d0a8caa..5514916 100644 --- a/examples/system/tty/makefile +++ b/examples/system/tty/makefile @@ -34,12 +34,6 @@ AFLAGS = -g -msoft-float LDFLAGS = -g -Ttext=0x80010000 -gc-sections \ -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x -# Toolchain programs -CC = $(PREFIX)gcc -CXX = $(PREFIX)g++ -AS = $(PREFIX)as -LD = $(PREFIX)ld - all: $(OFILES) $(LD) $(LDFLAGS) $(LIBDIRS) $(OFILES) $(LIBS) -o $(TARGET) elf2x -q $(TARGET) |
