aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/libc/makefile
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2021-02-18 13:31:17 +0800
commit63419d9cc07c56234d0f61a80f32105b192aec8e (patch)
tree827cf4d134cf3b4618d0167cc912f3efd47c3aac /libpsn00b/libc/makefile
parent1625072293c40ba3cb819f8f48aeb4b64e93b133 (diff)
downloadpsn00bsdk-63419d9cc07c56234d0f61a80f32105b192aec8e.tar.gz
Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
Diffstat (limited to 'libpsn00b/libc/makefile')
-rw-r--r--libpsn00b/libc/makefile2
1 files changed, 1 insertions, 1 deletions
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)