v86d: add crosscompile patch, this fixes #866

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-28 20:22:46 +02:00
parent a627b3fa0c
commit 1cc668e4a5

View File

@ -0,0 +1,12 @@
diff -Naur v86d-0.1.10/libs/x86emu/Makefile v86d-0.1.10.patch/libs/x86emu/Makefile
--- v86d-0.1.10/libs/x86emu/Makefile 2011-02-25 22:27:39.000000000 +0100
+++ v86d-0.1.10.patch/libs/x86emu/Makefile 2012-06-28 20:15:36.486234182 +0200
@@ -1,7 +1,7 @@
OBJS = decode.o fpu.o ops.o ops2.o prim_ops.o sys.o
libx86emu.a: $(OBJS)
- ar rv $@ $+
+ $(AR) rv $@ $+
%.o: %.c
$(CC) -c $(CFLAGS) -o $@ $<