diff options
Diffstat (limited to 'linux-user/flat.h')
-rw-r--r-- | linux-user/flat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux-user/flat.h b/linux-user/flat.h index ed518e2..e374b73 100644 --- a/linux-user/flat.h +++ b/linux-user/flat.h @@ -12,11 +12,8 @@ #define FLAT_VERSION 0x00000004L -#ifdef CONFIG_BINFMT_SHARED_FLAT -#define MAX_SHARED_LIBS (4) -#else +/* QEMU doesn't support bflt shared libraries */ #define MAX_SHARED_LIBS (1) -#endif /* * To make everything easier to port and manage cross platform |