fixed ADB error reporting
[qemu] / Makefile
index 4d76abc..e27d1fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
 include config-host.mak
 
 CFLAGS=-Wall -O2 -g
+ifdef CONFIG_DARWIN
+CFLAGS+= -mdynamic-no-pic
+endif
 ifdef CONFIG_WIN32
 CFLAGS+=-fpack-struct 
 endif