From 11957ad98b5af041ff0ba04deb1cc4c9e2154ca2 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 9 Sep 2015 07:08:43 -0400 Subject: fix 32/64-bit support. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c0f91a..14a1a7b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: - $(TARGET)-gcc -shared -nostdlib -mout-implib -olibpsxscl.so stub.s - $(TARGET)-as -o stub.o stub.s + $(TARGET)-gcc -shared -nostdlib -mout-implib -olibpsxscl.so stub.S + $(TARGET)-gcc -c -o stub.o stub.S $(TARGET)-ar rc libpsxscl.a stub.o $(TARGET)-ranlib libpsxscl.a -- cgit v1.2.3