configure: Directly support Android as target OS

This commit is contained in:
Luca Barbato 2014-06-13 15:14:10 +02:00
parent 766f2d965f
commit 83aa4fc3fe
1 changed files with 7 additions and 0 deletions

7
configure vendored
View File

@ -3340,6 +3340,13 @@ case $target_os in
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
;;
android)
disable symver
SLIB_INSTALL_NAME='$(SLIBNAME)'
SLIB_INSTALL_LINKS=
# soname not set on purpose
SHFLAGS=-shared
;;
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"