Merge "x86 android: default on realtime-only"

This commit is contained in:
Johann Koenig 2018-03-20 17:06:18 +00:00 committed by Gerrit Code Review
commit 8b263798d0

View File

@ -1210,6 +1210,9 @@ EOF
;;
x86*)
case ${tgt_os} in
android)
soft_enable realtime_only
;;
win*)
enabled gcc && add_cflags -fno-common
;;