diff options
| -rw-r--r-- | firmware/export/config.h | 5 | ||||
| -rwxr-xr-x | tools/configure | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index d9e32ce..f654609 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1133,9 +1133,4 @@ Lyre prototype 1 */ #define HAVE_PITCHCONTROL #endif -#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(CPU_MIPS) -/* We don't have our own MIPS hosted threading support yet */ -#define HAVE_SIGALTSTACK_THREADS -#endif - #endif /* __CONFIG_H__ */ diff --git a/tools/configure b/tools/configure index a935d6a..c008395 100755 --- a/tools/configure +++ b/tools/configure @@ -700,6 +700,7 @@ androidmipscc () { gcctarget="mipsel-linux-android-" gccprefix=$ANDROID_NDK_PATH/toolchains/$gcctarget$gccchoice/prebuilt/$buildhost-x86 arch_version=32 # FIXME: autodetect version (32 or 64) + thread_support="HAVE_SIGALTSTACK_THREADS" PATH=$PATH:$gccprefix/bin prefixtools $gcctarget GCCOPTS=`echo $CCOPTS | sed -e s/-ffreestanding// -e s/-nostdlib// -e s/-Wundef//` |