From 63419d9cc07c56234d0f61a80f32105b192aec8e Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 18 Feb 2021 13:31:17 +0800 Subject: Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example --- examples/examples-setup.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'examples/examples-setup.mk') diff --git a/examples/examples-setup.mk b/examples/examples-setup.mk index 0692d89..1fadd84 100644 --- a/examples/examples-setup.mk +++ b/examples/examples-setup.mk @@ -5,7 +5,7 @@ # This is only for the PSn00bSDK example programs, not recommended # for use with user projects -PREFIX = mipsel-unknown-elf- +PREFIX = mipsel-unknown-elf ifndef GCC_VERSION @@ -56,9 +56,9 @@ endif # PSN00BSDK_TC endif # GCC_BASE -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 +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 -- cgit v1.2.3