Fix static build with libbochs

This commit is contained in:
pancake 2016-03-25 10:13:50 +01:00
parent b24ae8d05e
commit f1f83276ea
8 changed files with 8 additions and 2 deletions

View File

@ -8,3 +8,4 @@ include ../rules.mk
include ../../libr/socket/deps.mk
include ../../shlr/zip/deps.mk
include ../../shlr/gdb/deps.mk
include ../../shlr/bochs/deps.mk

View File

@ -64,3 +64,4 @@ include ../../libr/socket/deps.mk
include ../../shlr/zip/deps.mk
include ../../shlr/gdb/deps.mk
include ../../shlr/java/deps.mk
include ../../shlr/bochs/deps.mk

View File

@ -13,3 +13,4 @@ endif
include ../../libr/socket/deps.mk
include ../../shlr/zip/deps.mk
include ../../shlr/gdb/deps.mk
include ../../shlr/bochs/deps.mk

View File

@ -7,3 +7,4 @@ include ../rules.mk
include ../../libr/socket/deps.mk
include ../../shlr/zip/deps.mk
include ../../shlr/gdb/deps.mk
include ../../shlr/bochs/deps.mk

View File

@ -6,3 +6,4 @@ BINDEPS+=r_magic r_cons r_util
include ../rules.mk
include ../../libr/socket/deps.mk
include ../../shlr/bochs/deps.mk

View File

@ -11,3 +11,4 @@ endif
include ../../libr/socket/deps.mk
include ../../shlr/zip/deps.mk
include ../../shlr/gdb/deps.mk
include ../../shlr/bochs/deps.mk

View File

@ -2283,7 +2283,7 @@ static void cmd_anal_esil(RCore *core, const char *input) {
case 'x':{ // "aex"
ut32 new_bits = -1;
int segoff, old_bits, pos = 0;
ut8 settings_changed = false;
bool settings_changed = false;
char *new_arch = NULL, *old_arch = NULL, *hex = NULL;
old_arch = strdup (r_config_get (core->config, "asm.arch"));
old_bits = r_config_get_i (core->config, "asm.bits");

View File

@ -1 +1 @@
LINK+=../../shlr/gdb/lib/libgdbr.a
LINK+=../../shlr/bochs/lib/libbochs.a