
10 changed files with 22 additions and 104 deletions
@ -1,3 +1,3 @@ |
|||
TIMESTAMP = 1603347498 |
|||
SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 |
|||
SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111 |
|||
TIMESTAMP = 1712441135 |
|||
SHA256 (unicorn-engine-unicorn-2.0.1p1-2.0.1.post1_GH0.tar.gz) = 6b276c857c69ee5ec3e292c3401c8c972bae292e0e4cb306bb9e5466c0f14737 |
|||
SIZE (unicorn-engine-unicorn-2.0.1p1-2.0.1.post1_GH0.tar.gz) = 4071380 |
|||
|
@ -1,3 +1,3 @@ |
|||
TIMESTAMP = 1603347498 |
|||
SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 |
|||
SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111 |
|||
TIMESTAMP = 1712441135 |
|||
SHA256 (unicorn-engine-unicorn-2.0.1p1-2.0.1.post1_GH0.tar.gz) = 6b276c857c69ee5ec3e292c3401c8c972bae292e0e4cb306bb9e5466c0f14737 |
|||
SIZE (unicorn-engine-unicorn-2.0.1p1-2.0.1.post1_GH0.tar.gz) = 4071380 |
|||
|
@ -1,23 +0,0 @@ |
|||
--- Makefile.orig 2020-05-29 03:56:24 UTC |
|||
+++ Makefile |
|||
@@ -140,9 +140,9 @@ V ?= 0 |
|||
MACOS_UNIVERSAL ?= no |
|||
|
|||
ifeq ($(UNICORN_DEBUG),yes) |
|||
-CFLAGS += -g |
|||
+#CFLAGS += -g |
|||
else |
|||
-CFLAGS += -O3 |
|||
+#CFLAGS += -O3 |
|||
UNICORN_QEMU_FLAGS += --disable-debug-info |
|||
endif |
|||
|
|||
@@ -258,7 +258,7 @@ LIBDIRARCH ?= lib |
|||
# Or better, pass 'LIBDIRARCH=lib64' to 'make install/uninstall' via 'make.sh'. |
|||
#LIBDIRARCH ?= lib64 |
|||
|
|||
-LIBDIR ?= $(PREFIX)/$(LIBDIRARCH) |
|||
+LIBDIR = $(PREFIX)/$(LIBDIRARCH) |
|||
INCDIR ?= $(PREFIX)/include |
|||
BINDIR ?= $(PREFIX)/bin |
|||
|
@ -1,18 +0,0 @@ |
|||
--- qemu/configure.orig 2020-05-29 03:56:24 UTC |
|||
+++ qemu/configure |
|||
@@ -225,11 +225,11 @@ QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QE |
|||
QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS" |
|||
QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include" |
|||
if test "$debug_info" = "yes"; then |
|||
- CFLAGS="-g $CFLAGS" |
|||
- LDFLAGS="-g $LDFLAGS" |
|||
+# CFLAGS="-g $CFLAGS" |
|||
+# LDFLAGS="-g $LDFLAGS" |
|||
else |
|||
- CFLAGS="-O3 $CFLAGS" |
|||
- LDFLAGS="-O3 $LDFLAGS" |
|||
+# CFLAGS="-O3 $CFLAGS" |
|||
+# LDFLAGS="-O3 $LDFLAGS" |
|||
fi |
|||
|
|||
# make source path absolute |
@ -1,18 +0,0 @@ |
|||
--- qemu/include/qemu-common.h.orig 2020-10-24 17:16:21 UTC |
|||
+++ qemu/include/qemu-common.h |
|||
@@ -205,7 +205,6 @@ static inline uint64_t muldiv64(uint64_t a, uint32_t b |
|||
|
|||
/* vector definitions */ |
|||
#ifdef __ALTIVEC__ |
|||
-#include <altivec.h> |
|||
/* The altivec.h header says we're allowed to undef these for
|
|||
* C++ compatibility. Here we don't care about C++, but we |
|||
* undef them anyway to avoid namespace pollution. |
|||
@@ -213,6 +212,7 @@ static inline uint64_t muldiv64(uint64_t a, uint32_t b |
|||
#undef vector |
|||
#undef pixel |
|||
#undef bool |
|||
+#include <altivec.h> |
|||
#define VECTYPE __vector unsigned char |
|||
#define SPLAT(p) vec_splat(vec_ld(0, p), 0) |
|||
#define ALL_EQ(v1, v2) vec_all_eq(v1, v2) |
@ -1,12 +0,0 @@ |
|||
--- tests/unit/Makefile.orig 2020-02-15 00:22:32 UTC |
|||
+++ tests/unit/Makefile |
|||
@@ -1,8 +1,7 @@ |
|||
CFLAGS += -Wall -Werror -Wno-unused-function -g |
|||
CFLAGS += -D__USE_MINGW_ANSI_STDIO=1 |
|||
CFLAGS += -L ../../ -I ../../include |
|||
-CFLAGS += -L ../../cmocka/src -I ../../cmocka/include |
|||
-CFLAGS += -L /usr/local/lib -I /usr/local/include |
|||
+CFLAGS += -L $(LOCALBASE)/lib -I $(LOCALBASE)/include |
|||
ASFLAGS += --32 |
|||
OBJCOPY = objcopy |
|||
|
Loading…
Reference in new issue