mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-30 00:32:41 +02:00
add configure, revive pnd build, unify/refactor things
This commit is contained in:
@@ -18,7 +18,7 @@ extern char **g_argv;
|
||||
|
||||
static struct disassemble_info di;
|
||||
|
||||
#ifdef ARM
|
||||
#ifdef __arm__
|
||||
#define print_insn_func print_insn_little_arm
|
||||
#define BFD_ARCH bfd_arch_arm
|
||||
#define BFD_MACH bfd_mach_arm_4T
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
// platform
|
||||
#define PATH_SEP "/"
|
||||
#define PATH_SEP_C '/'
|
||||
#define MENU_X2 0
|
||||
|
||||
#endif //PORT_CONFIG_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user