summary refs log tree commit diff stats
path: root/linux-user/flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/flat.h')
-rw-r--r--linux-user/flat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/linux-user/flat.h b/linux-user/flat.h
index ed518e2013..e374b73e26 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