Skip to content

Commit

Permalink
[MIPS][X86] Updated to build X86 and to build MIPS correctly.
Browse files Browse the repository at this point in the history
3. Disabled Vi use of signals:

   A. X86 librarys are missing siglongjmp() and sigsetjmp() symbols
      in android-ndk-r8b. Simply disabled for arm, x86, and mips for now.
      Expect a new NDK shortly. Not a problem for arm and mips.

Signed-off-by: Pete Delaney <[email protected]>
Signed-off-by: Tias Guns <[email protected]>
  • Loading branch information
Pete Delaney authored and tias committed Jan 23, 2013
1 parent e71bc43 commit 835af75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android_ndk_config-w-patches
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ CONFIG_FEATURE_VI_COLON=y
CONFIG_FEATURE_VI_YANKMARK=y
CONFIG_FEATURE_VI_SEARCH=y
# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
CONFIG_FEATURE_VI_USE_SIGNALS=y
# CONFIG_FEATURE_VI_USE_SIGNALS is not set [Broken for X86, siglongjmp missing from NDK r8b]
CONFIG_FEATURE_VI_DOT_CMD=y
CONFIG_FEATURE_VI_READONLY=y
CONFIG_FEATURE_VI_SETOPTS=y
Expand Down
2 changes: 1 addition & 1 deletion android_ndk_defconfigPlus
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ CONFIG_FEATURE_VI_COLON=y
CONFIG_FEATURE_VI_YANKMARK=y
CONFIG_FEATURE_VI_SEARCH=y
# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
CONFIG_FEATURE_VI_USE_SIGNALS=y
# CONFIG_FEATURE_VI_USE_SIGNALS is not set [Broken for X86, siglongjmp missing from NDK r8b]
CONFIG_FEATURE_VI_DOT_CMD=y
CONFIG_FEATURE_VI_READONLY=y
CONFIG_FEATURE_VI_SETOPTS=y
Expand Down
2 changes: 1 addition & 1 deletion android_ndk_stericson-like
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ CONFIG_FEATURE_VI_COLON=y
CONFIG_FEATURE_VI_YANKMARK=y
CONFIG_FEATURE_VI_SEARCH=y
# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
CONFIG_FEATURE_VI_USE_SIGNALS=y
# CONFIG_FEATURE_VI_USE_SIGNALS is not set [Broken for X86, siglongjmp missing from NDK r8b]
CONFIG_FEATURE_VI_DOT_CMD=y
CONFIG_FEATURE_VI_READONLY=y
CONFIG_FEATURE_VI_SETOPTS=y
Expand Down

0 comments on commit 835af75

Please sign in to comment.