diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2012-06-11 23:21:45 +0200 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2012-06-11 23:21:45 +0200 |
commit | 20261dd2f618e74cf94765f411e52becc3b39099 (patch) | |
tree | dd03a8bb22da3cb7de96f3d21c819d67662d02be | |
parent | fbe33e07285c2915cc0d9b5ff427ec6683c8c385 (diff) |
Fix YP-R0 build.
YP-R0 never used sigaltstack threading, although it was (inadvertently)
defined. Due to the new handling of ifdefs in 268b725 this definition
started to be used, so remove it.
Change-Id: Ib5247741fc6dcfb66022d50c269812dfc3c4e214
-rwxr-xr-x | tools/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 7d860683cf..7240f7674d 100755 --- a/tools/configure +++ b/tools/configure @@ -646,7 +646,6 @@ ypr0cc () { SHARED_LDFLAG="-shared" SHARED_CFLAGS='' endian="little" - thread_support="HAVE_SIGALTSTACK_THREADS" app_type="ypr0" # Include path |