summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-06-13 15:14:10 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-06-16 10:52:29 +0200
commit83aa4fc3feec7389ac781fece1e994f2dfd7ebdb (patch)
tree33872004444549050630c3af251e68a5f9ae8616 /configure
parent766f2d965ff1948749c37f26a714adb8aa89c4a9 (diff)
configure: Directly support Android as target OS
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 61cd2d465a..22f4ce85f3 100755
--- a/configure
+++ b/configure
@@ -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"