diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-06-11 23:05:41 +0200 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-06-11 23:05:41 +0200 |
| commit | 10b2143fbf56bd03a2050f06617d5af7dbb911df (patch) | |
| tree | 4505a2225194c658dc90e518d3c289d381693a31 /firmware/export | |
| parent | d1560e5869f27fd7f362a08bdb64878f11290046 (diff) | |
| download | rockbox-10b2143fbf56bd03a2050f06617d5af7dbb911df.zip rockbox-10b2143fbf56bd03a2050f06617d5af7dbb911df.tar.gz rockbox-10b2143fbf56bd03a2050f06617d5af7dbb911df.tar.bz2 rockbox-10b2143fbf56bd03a2050f06617d5af7dbb911df.tar.xz | |
The threading model should be set from configure, not config.h.
Change-Id: If87bbd4a02825df20e5fe29c4ada85bf5ba25e99
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config.h | 5 |
1 files changed, 0 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__ */ |