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 --- libpsn00b/libc/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpsn00b/libc/makefile') diff --git a/libpsn00b/libc/makefile b/libpsn00b/libc/makefile index f639823..adfd92b 100644 --- a/libpsn00b/libc/makefile +++ b/libpsn00b/libc/makefile @@ -28,7 +28,7 @@ endif all: $(TARGET) $(TARGET): $(OFILES) - cp $(GCC_BASE)/lib/gcc/mipsel-unknown-elf/$(GCC_VERSION)/libgcc.a ./$(TARGET) + cp $(GCC_BASE)/lib/gcc/$(PREFIX)/$(GCC_VERSION)/libgcc.a ./$(TARGET) $(AR) r $(TARGET) $(OFILES) $(RANLIB) $(TARGET) -- cgit v1.2.3