summaryrefslogtreecommitdiff
path: root/build/make/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/make/configure.sh')
-rw-r--r--build/make/configure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 20a38e814..3be9d8c71 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1210,6 +1210,9 @@ EOF
;;
x86*)
case ${tgt_os} in
+ android)
+ soft_enable realtime_only
+ ;;
win*)
enabled gcc && add_cflags -fno-common
;;