diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-09-15 07:52:05 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-09-15 07:52:05 -0700 |
commit | a3abe794b734382295b89d6c2d1d176ce4bb9b4b (patch) | |
tree | 95e345dd609035922e9beeb9e22ec11cdc6308aa /Makefile.android | |
parent | 2a7dcd0aef9ff770f4a215d2195d509763f6d3ce (diff) | |
parent | 63a13ab8230560f5b9610bb0fa6a47a54ebf8e9c (diff) | |
download | external_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.android | 4 |
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) |