aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-09-15 07:52:05 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-09-15 07:52:05 -0700
commita3abe794b734382295b89d6c2d1d176ce4bb9b4b (patch)
tree95e345dd609035922e9beeb9e22ec11cdc6308aa /Makefile.android
parent2a7dcd0aef9ff770f4a215d2195d509763f6d3ce (diff)
parent63a13ab8230560f5b9610bb0fa6a47a54ebf8e9c (diff)
downloadexternal_qemu-a3abe794b734382295b89d6c2d1d176ce4bb9b4b.zip
external_qemu-a3abe794b734382295b89d6c2d1d176ce4bb9b4b.tar.gz
external_qemu-a3abe794b734382295b89d6c2d1d176ce4bb9b4b.tar.bz2
merge from open-source master
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index a844a6b..734991e 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -510,6 +510,10 @@ ifeq ($(HOST_OS),windows)
LOCAL_LDLIBS += -mno-cygwin -mwindows -mconsole
endif
+ifeq ($(HOST_OS),freebsd)
+ LOCAL_LDLIBS += -L/usr/local/lib -lpthread -lX11 -lutil
+endif
+
LOCAL_SRC_FILES += $(VL_SOURCES)
ifeq ($(HOST_OS),linux)