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/examples-setup.mk | |
| 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/examples-setup.mk')
| -rw-r--r-- | examples/examples-setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/examples-setup.mk b/examples/examples-setup.mk index a5cfc20..0692d89 100644 --- a/examples/examples-setup.mk +++ b/examples/examples-setup.mk @@ -60,4 +60,5 @@ CC = $(GCC_BIN)$(PREFIX)gcc CXX = $(GCC_BIN)$(PREFIX)g++ AS = $(GCC_BIN)$(PREFIX)as AR = $(GCC_BIN)$(PREFIX)ar +LD = $(GCC_BIN)$(PREFIX)ld RANLIB = $(GCC_BIN)$(PREFIX)ranlib
\ No newline at end of file |
